FNCGrid horizontal and vertical scrollbars too small

Hello

When I use FNCGrid on iOS and Android my users can't navigate trough the grid using the vertical and horizontal scrollbars because they are small, check the image below:

How to solve this???

Thanks

Typically, you want to enable touch-scrolling in mobile operating systems, or set CustomScrollBars to true to have custom drawn scrollbars which have bigger handles. The scrollbar you are seeing now is the standard scrollbar behavior.

When I turn on "CustomScrollBars" what other property do I need to set in order to increase the width of the scrollbars??

Thanks

You should be able to access scrollbars with TMSFNCGrid1.CustomVerticalScrollBar

Thanks, that did the trick

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.