GregInYEG Report post Posted May 7, 2012 Is it possible to adjust the height of horizontal scrollbars on the iPad to make it easier to scroll? The standard scroll bar height makes it difficult to tap; users usually need to tap 2 or 3 times before hitting the right spot. I'm using ScrollColumn2D. Thanks, Greg Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 8, 2012 Is it possible to adjust the height of horizontal scrollbars on the iPad to make it easier to scroll? The standard scroll bar height makes it difficult to tap; users usually need to tap 2 or 3 times before hitting the right spot. I'm using ScrollColumn2D. Thanks, Greg Hi, You can use scrollHeight attribute to increase the height of the scrollbar. This attribute should be specified under the chart element. Ref. Code: <chart ... scrollHeight='50'> There are more attributes which can be used to configure scroll bar such as scrollColor, scrollPadding etc. For more information, refer this: http://docs.fusioncharts.com/charts/contents/?ChartSS/ScrollColumn2D.html Also find attached screen-shot which is rendered on the iPad. Share this post Link to post Share on other sites
GregInYEG Report post Posted May 8, 2012 Perfect, thanks very much! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 9, 2012 Perfect, thanks very much! Share this post Link to post Share on other sites