Discussion:
Getting resized coloumn in TStringGrid
(too old to reply)
jodleren
2010-06-02 13:54:15 UTC
Permalink
When I resize a coloumn in a TStringGrid, how do I catch it?
Jamie
2010-06-02 15:10:30 UTC
Permalink
Post by jodleren
When I resize a coloumn in a TStringGrid, how do I catch it?
Process the OndrawCell event and keep a log of the prior and compare
with the current.. You can then determine if a cell has changed it's size.
jodleren
2010-06-07 13:37:42 UTC
Permalink
On Jun 2, 6:10 pm, Jamie
Post by Jamie
Post by jodleren
When I resize a coloumn in a TStringGrid, how do I catch it?
Process the OndrawCell event and keep a log of the prior and compare
with the current.. You can then determine if a cell has changed it's size.
Jepp I found that. There is not compare needed, just setting whatever
needed, at my related TLabel only changes if the value is changed

Thanks
Sonnich

Loading...