Hi,
I'm displaying bound data in the Grid and I'm changing the size of the content of the cell.
If the content grows, so does the cell. That's what I want.
However, if the content gets smaller, the column doesn't downsize itself and there's a lot of extra space left. This is what should happen according to the documentation.
Is there any way to have a "SizeToCells" that increases AND decreases the size of the column?
I'd like it to be automatic but I could do with a method to call on the grid.
Cheers.
Currently we don't offer such a feature for column sizing.
The closest thing i can think of getting something similar is to set the RowHeight to be Dynamic, and then turn on text wrapping. The column Width won't shrink, but the height of the row will be dynamic.
-SteveZ