Scrolling problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have 4 layers of control here. First: a splitpanel Second: a tabcontrol on a splitpanel Third: a tabpage on a tabcontrol Fourth: a tabpage_panel on a tabpage (for text painting) The scrolling doesn't work properly until the splitpanel, the tabpage and the tabpage_panel are all set to autoscrollable. Though it works properly, it is not desirable as there are 2 set of scrollbars and I have to scroll through them all in order to reach the bottom of the page. ie. scroll down the scrollbar of the tabpage_panel but there are still text outside the visible area. Then I have to scroll down the scrollbar of the splitpanel to reach the very bottom. Can anyone help? It's desirable to have only one set of those scrollbars.