DataGridview Issue with Scrollbars

  • Thread starter Thread starter Ryan Lashway
  • Start date Start date
R

Ryan Lashway

Guest
I have seen this posted before, but have not found a solution that works for me.


In a program I have I run queries against the Win32 class objects, from this I am adding rows to a datagridview but the scrollbars dissappear.


All I am doing is using dgview.rows.add(value1, value2, value3)


I have tried to suspendlayout and resumelayout, tried enable and disabled scrollbars but no matter what I do they do not reappear.


I am mainly looking for a solution, even if its changing the way I am adding the data to the gridview. I am trying to stay away from a database as this runs against Win32_Class objects and is not storing data, just showing.


Thank you for any help you may offer.

Continue reading...
 
Back
Top