Hi,
It seems that the scrollBarSize parameter is ignored when a Panel is used on Mobile Safari.
Also, Styles, added to the page, for the Scrolling elements, are also ignored.
I added the following which was ignored.
#panelContentjqxPnlTest {max-width:300px;}
#jqxPnlTestverticalScrollBar {left:296px;width:20px;}
#jqxScrollWrapjqxPnlTestverticalScrollBar {width:22px;}
#jqxScrollBtnUpjqxPnlTestverticalScrollBar {height:20px;width:20px;}
#jqxScrollAreaUpjqxPnlTestverticalScrollBar {top:22px;width:20px;}
#jqxScrollThumbjqxPnlTestverticalScrollBar {height:43px;top:22px;width:20px;}
#jqxScrollAreaDownjqxPnlTestverticalScrollBar {height:63px;top:65px;width:20px;}
#jqxScrollAreaDownjqxPnlTestverticalScrollBar {height:20px;top:130px;width:20px;}
What can be done to customise the width of a vertical ScrollBar for Mobile Safari?
Thank you, Michael.