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!