Hi,
I'm using autosize to resize the columns in my grids, works fine except for highlighted (selected) columns where the font changes to bold for example.. this as expected cut's off the end of the text. A minor point but is there a way to get the autosize to compensate for this?
Thanks
How are you applying the bold font to the selected cells?
The AutoSizing functionality probably doesn't take into account the font settings on each individual cell in the column, because if it did, it would cause a pretty big performance hit. So the autosizing is probably done based on the resolved font of all the cells in the column without accounting for any font changes on individual cells.
It's set in the AppStyle for the project on project start up, I'm not changing it after it's loaded. The style is taken from one of the included templates. I suppose the easy answer is to change this but is it something you could consider as a bug fix...