G
Guest
Hi All
I'm converting VB6 using True DBGrid Pro 8.0 to VB2005 using DataGridView.
True DBGrid has a MultipleLines property that controls whether individual
records span multiple lines. Is there an equivalent property for the
DataGridView? I have searched, but have not found one.
I would like the user to be able to see all the columns of the table on one
screen - thus eliminating the need to use the horizontal scroll bar to view
columns that extend to the right and do not fit within the screen's view.
I am not interested in wrapping the cell text within the cell to allow the
column to have a shorter width.
If there is no such property for the DataGridView, does anyone have any
suggestions as to how to accomplish the above programmatically?
Thanks in advance for any assistance!
I'm converting VB6 using True DBGrid Pro 8.0 to VB2005 using DataGridView.
True DBGrid has a MultipleLines property that controls whether individual
records span multiple lines. Is there an equivalent property for the
DataGridView? I have searched, but have not found one.
I would like the user to be able to see all the columns of the table on one
screen - thus eliminating the need to use the horizontal scroll bar to view
columns that extend to the right and do not fit within the screen's view.
I am not interested in wrapping the cell text within the cell to allow the
column to have a shorter width.
If there is no such property for the DataGridView, does anyone have any
suggestions as to how to accomplish the above programmatically?
Thanks in advance for any assistance!