IItemsControl Methods |
The IItemsControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanNavigate |
Defines whether the IItemsControl can execute navigation
operation based on the keydata provided.
|
![]() | CanProcessMnemonic |
Defines whether the IItemsControl has an item that
corresponds to the mnemonic passed in the parameter.
|
![]() | GetFirstVisibleItem |
Gets the first visible item from the collection.
In a IItemsControl that is the first item that is visible on the control.
|
![]() | GetLastVisibleItem |
Gets the last visible item from the collection.
In a IItemsControl that is the last item that is visible on the control.
|
![]() | GetNextItem |
Gets an item from the collection that is next to a certain item.
|
![]() | GetSelectedItem |
Returns the selected item in the control.
|
![]() | SelectFirstVisibleItem |
Selects the first visible item on the IItemsControl.
|
![]() | SelectItem |
Selects an item in the control.
|
![]() | SelectLastVisibleItem |
Selects the last visible item on the IItemsControl.
|
![]() | SelectNextItem |
Selects an item from the collection that is next to a certain item.
|