BUG : DataGrid Scrolling Disabled

  • Thread starter Thread starter Marauderz
  • Start date Start date
M

Marauderz

I have a datagrid in my winform which doesn't want to show scrollbars. And
when I try to change the ReadOnly properties it gives me an object reference
not set error. Has anyone seen this before?
 
Hi,

I have seen this before. If you resize the datagrid the scrollbars
will show. I found that is you decrease the datagrid size by one pixel and
return it to the orginal size the user doesn't notice the change and the
scrollbars will appear.

Ken
 
Back
Top