2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Hide the horizontal scroll barsIn order to hide the horizontal scroll bar in GridListControl, the HScrollBehavior property can be used. By setting the Disabled value to it, the Horizontal scroll bar will be hidden. C# // Form() // Hides the Horizontal scroll bar. this.gridListControl1.Grid.HScrollBehavior = GridScrollbarMode.Disabled;
VB 'Form() ' Hides the Horizontal scroll bar. Me.gridListControl1.Grid.HScrollBehavior = GridScrollbarMode.Disabled
Screenshot: Samples: |
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.