prevent new line in datagrid

  • Thread starter Thread starter André Giesing
  • Start date Start date
A

André Giesing

Hello Newsgroup!

I have a DataGrid. In the cells of this DataGrid are strings displayed which
consists of more then one word. When the collum of the DataGrid is not wide
enough, ervery word of the hole string is displayed in a own line in the
cell.
How can i prevent the newline?
Any ideas?

Thanks!
 
You should set the Wrap property of the ItemStyle to false (or the 'Wrap
text withing cell' checkbox to off if you use the property pages for the
datagrid).

Regards,
Dick Appel
 
Back
Top