Scroll Item into View
The RadNavigationView API offers ScrollIntoView support through the following method: ScrollIntoView. This method allows you to programmatically scroll an item into view when there are many RadNavigationViewItems.
ScrollIntoView
The ScrollIntoView method has two overloads. One of them accepts an item and the other one accepts an index. Examples 1, 2 setup a RadNavigationView in a databinding scenario to demonstrate this method.