Squall_FF8 0 Posted Thursday at 03:44 PM Hey Guys, I have a TGrid in my project. It works great, but I want to change the colors of row/columns lines? How I can do that in FMX for Delphi 12.2? Share this post Link to post
Serge_G 90 Posted Friday at 07:55 AM (edited) Quick response, use OnDrawColunmnCell event. You can see also how I manage a Data Grid CopyToClipBoard GitHub link. I don't remember if in that repository I use TStyleBook, on a French forum I worked this Edited Friday at 08:05 AM by Serge_G Share this post Link to post