Interface
IListControl

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

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public interface IListControl

Properties

HighlightedIndex

Gets the index of the highlighted item.

Declaration

cs-api-definition
int HighlightedIndex { get; }

Property Value

int

The index of the highlighted.

Items

Gets the items.

Declaration

cs-api-definition
IList Items { get; }

Property Value

IList

Methods

ScrollIntoView(int)

Scrolls the into view.

Declaration

cs-api-definition
void ScrollIntoView(int index)

Parameters

index

int

The index.