How can I determine if in a FMX Stringgrid
a column is resized?
I can't find any information about it online.
How can I determine if in a FMX Stringgrid
a column is resized?
I can't find any information about it online.
Use the OnResize action of the column and inside do what you need - set some boolean variable like Column_resized to true, etc.