DataGrid Scrollbars

D

David P. Donahue

I'm seeing a strange problem with a Windows.Forms.DataGrid in my
application. When I bind it to a table in a DataSet, everything works
fine. But when I bind it to a DataView, the scrollbars on the grid are
disabled and only become enabled when the user either clicks a column
heading to sort, or manually navigates the records with the keyboard.

Is there some way I can "force" the scrollbars to be active after
binding to a DataView?


-David
 

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