Hi,
I do not get the size of the NavigationBar fill the 100% height of it’s parent container and/or window. While playing with all combinations of the ‘height’ and ‘sizeMode’ params in the defaultFunctionality source of the demo, I never manage to get the menu to full height, even if the parent div does scale to full height of the window.
Lines 17 – 32:
<script type="text/javascript"> $(document).ready(function () { var theme = getTheme(); // Create jqxNavigationBar $("#jqxNavigationBar").jqxNavigationBar({ width: 400, height: 'auto', sizeMode: 'fitAvailableHeight', theme: theme }); }); </script></head><body style="margin: 0; padding: 0; height: 100%"> <div id='jqxWidget' style="float: left;"> <div id='jqxNavigationBar'> <!--Header--> <div> Early History of the Internet</div> <!--Content--> <div>
Any help would be appreciated, thanks!
Christiaan