Hi there,
On resize the column in Muti-line cell of the ultrawingrid it does not word wrap i.e. it breaks/split the word in two consecutive lines .Even though I set the: RowSizing property to UltraWinGrid.RowSizing.AutoFreeand set the Column.CellMultiLine = DefaultableBoolean.True
and I am setting these properties in the AfterColPosChanged event as I can not use the AfterRowLayoutItemResized event in my project settings.How can I acheive the word wrap feature. Please help.
Thanks.
I am not sure if you want to enforce the multi line property when the cell space is not enough.
Try to put the RowSizing property to autofixed
Control Settings --> Override --> RowSizing.
Maybe this helps.