Rank: Newbie Groups: Member
Joined: 2/19/2013 Posts: 3
|
Hi,
Just like to know if there is a similar property to autowrap text in a static column in the Grid, similar like a treeview?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I believe that's the default behavior. However our Grid is a fixed item height Grid, so it does not automatically adjust item height even if the text is wrapped to multiple lines. If you increases the Grid's ItemHeight property, you will see the text to wrap into multiple lines.
If you do not want text to wrap into multiple lines, you can add "white-space:nowrap" into CellStyle.
Thanks!
|