JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Docking Layout Vertical and horizontal size when panel/tab item is undocked

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102997
    rarcher
    Participant

    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.

    • This topic was modified 2 years ago by rarcher.
    #103002
    admin
    Keymaster

    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/

    #104432
    Michel John
    Participant

    cs

    #104498
    Oleg Ilin
    Participant

    be careful with initialization via CSS, especially when using %; e.g. height: 100%  often leads to unpredictable results

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.