VB.net datagrid and multiline

  • Thread starter Thread starter jeff maultby
  • Start date Start date
J

jeff maultby

Hi All
I need to display multiple lines of text in same column
in datagrid on display as well as on edit. Want each
row's height to auto size on display according to the nbr
of lines in the multiline column. Don't want all rows to
be same height when their text is only 1 line.
Currently can only get this to happen when row height has
been manually changed and cell is set to editable and
then only when click into cell.
The behaviour i have previously used has been in
FlyTreeXPro but this was with VB6. Would prefer to
use "standard" .net framework for this app.
Thanks
Jeff
 
Back
Top