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. The index of the highlighted. |
Items
Gets the items.
Declaration
IList Items { get; }
Property Value
System.
|
Methods
ScrollIntoView(Int32)
Scrolls the into view.
Declaration
void ScrollIntoView(int index)
Parameters
System. The index. |