Scrolls the contents of the RibbonListView to a specified RibbonListViewItem.

ScrollTo(RibbonListView.RibbonListViewItem)

public void ScrollTo(RibbonListView.RibbonListViewItem item);
Public Sub ScrollTo(ByVal item As RibbonListView.RibbonListViewItem)

Parameters

Parameter Description
item The specified RibbonListViewItem where to scroll to.