Hi,
See if someone could shed some light on the following.
I have a Datgridview in
Vb.Nt which is bounded to a datasource programmatically.
I have 5 columns in the Datagridview.
my second column's size is 420 I have set it programmaically.
But the Data is the column varies it could be more than 420 i.e upto 840 or less than 420.When the data goes more than 420 I want to break it any display it on next line but in the same row.Is it possible to do this?