WordWrap in DataGrid

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi,

Can I let my looong data wrap around to a new line in a dataGrid cell?

Thanks!
 
Grid cells are renedered in a way that they would wrap around provided that
the row height is sufficient. While there is no way to force the grid to
recalculate row height automatically, you can simply force the particular
(or all) row height by using techniques described here:
http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=307
 

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