2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
GroupView's BringItemIntoView method can be used to scroll down to a hidden item and bring that item into view Here is the sample code: C# this.groupView1.SelectedItem = 20; // This will scroll to Item 20. this.groupView1.BringItemIntoView(20); VB Me.groupView1.SelectedItem = 20 ' This will scroll to Item 20. Me.groupView1.BringItemIntoView(20) |
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.