FMX Android_Tcolumnlocked and Scrollbar Width

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Robert
Newbie
Newbie
Posts: 5
Joined: Mon Dec 30, 2024 12:00 am

FMX Android_Tcolumnlocked and Scrollbar Width

Post by Robert » Tue Dec 31, 2024 9:31 am

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

Marc
Site Admin
Site Admin
Posts: 1285
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: FMX Android_Tcolumnlocked and Scrollbar Width

Post by Marc » Tue Jan 14, 2025 10:30 pm

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
Steema Support

Post Reply