Multiline Datagrid Display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need my DataGrid control to display multiline text at all times.... not just when a Cell is being edited. Can anyone help? Maybe I am missing something, but many of the posts that I have read on the net about this mention the problem but no real resolution.
 
Check out this Code Project article:

Advanced DataGrid Sizing
By Wouter van Vugt
http://www.codeproject.com/cs/miscctrl/WCsAutoSizeDataGrid.asp

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada


Thor Kornbrek said:
I need my DataGrid control to display multiline text at all times.... not
just when a Cell is being edited. Can anyone help? Maybe I am missing
something, but many of the posts that I have read on the net about this
mention the problem but no real resolution.
 
Back
Top