New to Telerik UI for WPFStart a free 30-day trial

IListControl

Interface

An interface that is implemented by classes which has child elements.

Definition

Properties

Gets the index of the highlighted item.

C#
int HighlightedIndex { get; }
Property Value:

The index of the highlighted.

Gets the items.

C#
IList Items { get; }

Methods

Scrolls the into view.

C#
void ScrollIntoView(int index)
Parameters:indexint

The index.