The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.