sidenav

Hi
can anyone tell me how to set the sidenav to fill the whole of the available height in either css or as a parameter as I just cant find it. The attached example from demo.servoy shows the sidenav at full height which is whats wanted.

Hi Gordon,

Thanks for checking our the Side Nav component.

Height depends on which type of form layout you use. If you use Simple Positioning (recommended) then you simply set the top/bottom coordinates (It will then ignore height even if you don’t explicitly set to -1) It’s similar to classic “anchor top/bottom”

If you use Responsive Layout, then it depends on the container in which it is positioned ( a bit more complicated )