-
Notifications
You must be signed in to change notification settings - Fork 76
NavigationList
Rico Suter edited this page Jul 8, 2015
·
3 revisions
- Package: MyToolkit.Extended
- Platforms: WP7SL, WP8SL, WinRT, UWP
- Inherits from MtListBox
ListBox which should be used for navigation lists. The Navigate
event will be triggered when the user clicks on an item. Use the supplied NavigationListEventArgs
to get the clicked item. This class is easier to use then the ListBox
, because you don't have to reset the selected item and you directly get the clicked item.