CustomVerticalScrollBar doesn't work for me

Hello,

I wanted to change the vertical scrollbar with, because it is very narrow on Android devices.
I read this article: FNCGrid horizontal and vertical scrollbars too small - #4 by Pieter
so I tried :

MyGridAltalanos1.CustomVerticalScrollBar.Value := 100;

… to test it but it didn’t do anything neither on Android nor on Windows.

then I tried this out of curiosity:

MyGridAltalanos1.CustomVerticalScrollBar.Fill.Color := TAlphaColorRec.Crimson;
MyGrid.CustomVerticalScrollBar.Appearance.ScrollButtonSize := 50;

… and it didn’t work.

What am I doing wrong? Is there a property which I need to switch on to use CustomVerticalScrollBar?

Thank you!

I found it: Grid.CustomScrollBars := True;

However TTMSFNCDataGrid - TMS FNC UI Pack doesn’t say a word about CustomScrollBars.
Many users say — and it’s true — that as good as the components are, the documentation is just as bad at TMS.
I advise you to take a look at the DevExpress documentation — it’s impressively detailed.

Thank you

Hi,

Thank you for the feedback. We improve documentation on a regular basis and will definitely look at ways to further improve in the future.

1 Like