2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Disble the scroll controlThe HScroll and VScroll Properties of the treeViewAdv helps the user to display the tree without scrollbars if not needed. The Scroll Control can be disabled by using the following code snippet. C# private void Form1_Load(object sender, System.EventArgs e) { this.treeViewAdv1.AutoScrolling = ScrollBars.None; this.treeViewAdv1.VScroll = false; this.treeViewAdv1.HScroll = false; } VB Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Me.treeViewAdv1.AutoScrolling = ScrollBars.None Me.treeViewAdv1.VScroll = False Me.treeViewAdv1.HScroll = False End Sub
Reference link: https://help.syncfusion.com/windowsforms/treeview/scrollbar-customization |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.