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?