VB.net datagrid multiline .net framework

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
 
H

Hema Nagarajan

Jeff
Unfortunately the datagrid control Visual Studio 7.0 and Visual
Studio 7.1 dont support displaying multi-line columns. Visual Studio 8.0
will have a control called DataGridVIew which supports multi-line columns


Hema Nagarajan

VB .NET Data QA
 

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

Top