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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top