jQWidgets Forums

jQuery UI Widgets Forums Layouts Splitter Vertical Height resize scroll-bar

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Vertical Height resize scroll-bar #46139

    castt
    Participant

    I have jqxSplitter with two panels. Left panel is my menu. Right panel is my content. Content in my right panel sometimes (when it’s big enough) does not fit panel vertically. What is the best way to add option of scrolling right Splitter panel (only if this content doesn’t fit vertically) without adding horizontal scroll-bar(my content always fits width).

    So basically I’m asking the same scroll-bar option that Google Gmail have. If you notice, they do not display vertical scroll-bar when content fits vertically. However, they do display vertical scroll-bar when it doesn’t. Seems to be very basic feature of any web application.

    If I have to use jqxPanel for that, how do I get rid of horizontal scroll-bar (without hiding horizontal scroll-bar by css, since it will still have a white gap size of scroll-bar instead)?

    I’ve seen many different version of this solution on this forum. None of them seems to be working fully. What is the generic recommendation on implementing it?

    Vertical Height resize scroll-bar #46149

    Peter Stoev
    Keymaster

    Hi castt,

    You can use the CSS overflow option and set it to “auto”. That will display scrollbars when it is necessary.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.