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
141
Word Wrap feature on resize the column in MultiLine Cell of UltraWinGrid
posted

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.AutoFree
and 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.

Parents
No Data
Reply
  • 1155
    Offline posted

    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.

Children
No Data