This is a migrated thread and some comments may be shown as answers.

PivotGrid ScrollTo

1 Answer 53 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
Johann
Top achievements
Rank 1
Johann asked on 30 Oct 2017, 09:08 AM

I use dgv.PivotGridElement.SelectRow(row) to select a specific row.  I now need to ensure this row is visible(displayed) to the user.
How do I now scroll to the specific row?  The radGridView control has a EnsureVisible function on the rowInfo class, but I'm not finding anything on the PivotGrid

I've tried PivotGridElement.ScrollTo() but it's not working for me.

Is this possible, how do I accomplish this?

I'm using release 2015.3.1104.40
Thanks

1 Answer, 1 is accepted

Sort by
0
Johann
Top achievements
Rank 1
answered on 30 Oct 2017, 09:19 AM

Found it :-)

dgvPivotGridElement.RowScroller.ScrollToItem(row)

Tags
PivotGrid and PivotFieldList
Asked by
Johann
Top achievements
Rank 1
Answers by
Johann
Top achievements
Rank 1
Share this question
or