I'm using VS 2010 C# Winform. I was wanting to know if its possible to scroll to a specific row in a hierarchical grid like you can with the parent grid?
Example: this.gridview.TableElement.ScrollToRow(3);
I'm using VS 2010 C# Winform. I was wanting to know if its possible to scroll to a specific row in a hierarchical grid like you can with the parent grid?
Example: this.gridview.TableElement.ScrollToRow(3);