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

[Solved] Scroll into view

1 Answer 123 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cliff
Top achievements
Rank 1
Cliff asked on 26 Oct 2010, 02:04 PM
Hi,

I have a RadGridView within an MVVM application, I can successfully select an item within the GridView by binding to the SelectedItem property, but cannot find a way to automatically scroll to the selected item. Is there a way I can scroll the selected item into view, via data binding from my VM?

Thanks,

Cliff.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 27 Oct 2010, 08:00 AM
Hello Cliff,

To my regret the only way to scroll to the selected item (which is not in the visible area) is to use the ScrollIntoViewAsync method as shown in this help topic.

Sincerely yours,
Veselin Vasilev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Cliff
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or