I have a project with lots of TGrids - in 10.2 any data too large to be displayed was truncated (which I liked) - I've just compiled the same code in 10.3.2 OSX64 - and now the grids in the column appear to autowrap and cram the information into the available space (which I don't like).
Is there a TGrid property that changes this?
Hi
In my case I am using TStringGrid and this change in behavior is at grid cell curable by changing TextSettings -> VertAlign -> Center to TextSettings -> VertAlign -> Leading
Unfortunately this does not fix the headers.
Edit: Another patch with the exact same result is setting StyledSettings -> Other -> True
Thanks so much for this - all my TGrids and TStringGrids are now looking how they should