Page 1 of 1

FMX Android_Tcolumnlocked and Scrollbar Width

Posted: Tue Dec 31, 2024 9:31 am
by 18699248
Hello,

I have several problems using Teegrid in Delphi 12.2 FMX on Android.

Many codesamples from productpreview on steema hompage do not work.

* teegrid1.Columns[0].Locked:= Tcolumnlocked.left; here Tcolumnlocked.left not recognized in code.

* TeeGrid1.ScrollBars.Vertical.Width:=50; here Width not recognized in code.

Can sombody help me in this cases, what i make wrong, im new with this teegrid,

Thank you !
Robert

Re: FMX Android_Tcolumnlocked and Scrollbar Width

Posted: Tue Jan 14, 2025 10:30 pm
by Marc
Hello Robert,

Sorry to delay with a reply.

Please check the Locked columns example for details of use to set Locked

https://github.com/Steema/TeeGrid-VCL-F ... %20Columns

ScrollBars' width cannot be changed; The Thumbsize value is calculated from the grid width (or height). itself.

Regards,
Marc Meumann