-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mark Smith edited this page Aug 26, 2016
·
21 revisions
- EventToCommandBehavior - used to handle a .NET event as a Command.
-
PickerBindBehavior - used to data bind a
Pickerto a set of properties in a ViewModel.
-
ItemsControl - a simple bindable template creator which will instantiate a set of
Labelelements orDataTemplatedriven elements from a bound list. Similar to aListView, but the produced content is not scrollable, nor does it provide any interactivity outside the generate content.
-
GroupedObservableCollection - used to hold observable grouped collections for
ListView. -
ObservableDictionary - a
Dictionarywhich supports change notifications for bindings. -
OptimizedObservableCollection - an
ObservableCollectionwhich lets you disable change notifications for a brief period for mass updates. -
RefreshingCollection - an
ObservableCollectionwhich supports asynchronous refreshing behavior.
-
RelativeBindingContext - simpler way to capture
BindingContextfrom one element to another.