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
FMX Android_Tcolumnlocked and Scrollbar Width
Re: FMX Android_Tcolumnlocked and Scrollbar Width
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
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