Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1065
Ultragrid Cell word wrap
posted

If there a way to make text in a grid cell auto wrap?

I have done the following:

.Grid.DisplayLayout.Override.CellMultiLine = DefaultableBoolean.True
.Grid.DisplayLayout.Bands(0).Columns("Description").CellMultiLine = DefaultableBoolean.True
.Grid.DisplayLayout.Override.RowSizing = RowSizing.Free
.Grid.DisplayLayout.Bands(0).Override.RowSizing = RowSizing.Free
.Grid.DisplayLayout.Override.RowSizingAutoMaxLines = 20

But my grid will not auto wrap. I can get one grid to wrap by calling performAction but not the rest of my grid.

I thought this was a bug in my previous version but I have upgraded to 17.2 and still the same issue.