Add SelectedItem property #19
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
For few items
TabHostView
can be used as an alternative toPicker
with it'sItemsSource
property. UnlikePicker
it doesn't haveSelectedItem
property so we must bindSelectedIndex
, take that index and look into the list to retrieve actual Item. For many properties in VM it can produce a lot of boilerplate code.To make it consistent with other controls containing
ItemsSource
, it would be nice to haveSelectedItem
which may be usefull when we bind tabs to list.The text was updated successfully, but these errors were encountered: