I saw a question on the Tabs forum about how to show scroll bar using jqxPanel and jqxTabs. But it doesn’t address how to customize a scrollbar (jqxScrollBar) for a given piece of content. For example let’s say I have a paragraph of text shown in a div of certain size. And I want to use a horizontal scrollbar and also want to scroll ahead (upon loading) to a certain value. How would I go about doing that?
You can put your content inside the jqxPanel widget as demonstrated in the jqxPanel’s Default Functionality demo. jqxPanel will automatically display horizontal or vertical scrollbars when necessary. To scroll horizontally or vertically the content in the jqxPanel, you can use its ‘scrollTo’ method.