iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Currently I have the following code.
<ISWebEssentials:WebSlidingMenu ID="WebSlidingMenu1" runat="server" Caption="Home" FrameStyle-BorderColor="Black" DataSourceID="XmlDataSource1" Width="330px" HeaderStyle-BackgroundImage="Images/Menu_Red.JPG">
Can I have a autoheight that fits the exact amount of elements. If I use height="300px" for example, I might end up with a scrollbar if I have more items in the sub menu.
Thanks
Please try to set the value of Height property to 100%. By setting the Height property to 100%, the menu part of WebSlidingMenu will fit to the exact amount of its elements. By default, scrollbar may appear if the size of the menu container is less than the menu itself.
<ISWebEssentials:WebSlidingMenu ID="WebSlidingMenu1" runat="server" Caption="Student List" DefaultStyleMode="Silver" Height="100%" Width="609px"> </ISWebEssentials:WebSlidingMenu>
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname