Interface IListControl
An interface that is implemented by classes which has child elements.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IListControl
Properties
HighlightedIndex
Gets the index of the highlighted item.
Declaration
int HighlightedIndex { get; }
Property Value
System.Int32
The index of the highlighted. |
Items
Gets the items.
Declaration
IList Items { get; }
Property Value
System.Collections.IList
|
Methods
ScrollIntoView(Int32)
Scrolls the into view.
Declaration
void ScrollIntoView(int index)
Parameters
System.Int32
index
The index. |