We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Scrolling in TabBarPage

Hi, I have a TabBarSplitterControl containing TabBarPages. Each page contains a gridcontrol with enabled scrollbars, However the TabBarPage also have scrollbars enabled and this gives the result that sometimes two scrollbars are visible. Now I want to get rid of the scrollbars on my TabBarPages and keep the one on the gridcontrol how do I do that? Regards Tommy Norman

1 Reply

AD Administrator Syncfusion Team October 7, 2004 10:32 AM UTC

If you want this behavior, you might consider using the standard Windows Forms TabControl. The reason is the TabBarSplitterControl is design around dynamic splitting. In dynamic splitting, when one grid is split into two grids, they must share the same scrollbar in the non-split dimension. Hence the TabBarSplitterControl expects shared scrollbars, and there is a lot of code in its implementation taking care of these details. Thes scrollbars come and go dynamically as the control is split. Hence there is no single property that will not show the splitter''s scrollbars.

Loader.
Up arrow icon