I have a DataGrid that lies on a TabPage with a TabControl, and when I
associate the DataSource with a DataTable that has more rows than can be
displayed, I do not see any scroll bars! I cannot figure out why they are
not being drawn.
If I click on a cell, then my mouse scroll-wheel will work, but when I hit
the botm of the list, the focus seems to jump to some other DataGrid on the
same Form.
Help!
-Ken
Sijin Joseph - 04 Sep 2004 08:10 GMT
Try setting AutoScroll = true on the TabPage.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> I have a DataGrid that lies on a TabPage with a TabControl, and when I
> associate the DataSource with a DataTable that has more rows than can be
[quoted text clipped - 8 lines]
>
> -Ken