JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Docking Layout › Vertical and horizontal size when panel/tab item is undocked
Tagged: docking layout
When I undock a panel item through javascript API, it does undock but the height of the undocked panel is always the full height of the browser.
I cannot see any panel height parameter. So is there some parameter to use so the panel get a specific height when it is undocked.
Hi rarcher,
We do not have height property. With the docking layout, you can use CSS width & height props to apply sizes to panels or other html elements part of the docking layout.
Best regards, Peter Stoev
Smart UI Team https://www.htmlelements.com/
cs
be careful with initialization via CSS, especially when using %; e.g. height: 100% often leads to unpredictable results