S
scorpion53061
I have a custom data grid cell where I need the text to wrap inside the
cell.
It does not seem the cell however no matter how much I beg and plead will do
this.
Does anyone have an ideas?
Dim ITEMDESC As New DataGridTextBoxColumn
ITEMDESC.MappingName = "ITEMDESC"
ITEMDESC.HeaderText = "DESC"
ITEMDESC.Width = 200
ITEMDESC.TextBox.Multiline = True
ITEMDESC.TextBox.WordWrap = True (does not seem to work)
cell.
It does not seem the cell however no matter how much I beg and plead will do
this.
Does anyone have an ideas?
Dim ITEMDESC As New DataGridTextBoxColumn
ITEMDESC.MappingName = "ITEMDESC"
ITEMDESC.HeaderText = "DESC"
ITEMDESC.Width = 200
ITEMDESC.TextBox.Multiline = True
ITEMDESC.TextBox.WordWrap = True (does not seem to work)