How to view the hidden items in a GroupView programmatically?
3 Sep 2020 / 1 minute to read
GroupView’s BringItemIntoView method can be used to scroll down to a hidden item and bring that item into view.
this.groupView1.SelectedItem = 20;
// This will scroll to Item 20.
this.groupView1.BringItemIntoView(20);
Me.groupView1.SelectedItem = 20
' This will scroll to Item 20.
Me.groupView1.BringItemIntoView(20)
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page