You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -842,42 +843,35 @@ To pass a parameter to the viewmodel, see the [ParameterValueConverter](#paramet
842
843
843
844
#### BindableDropdownField
844
845
845
-
The `BindableDropdownField` allows you to work with dropdown. To set the binding of the selected value, you need to write `binding-selected-item-path`, and to set the binding of all dropdown elements, you need to use `binding-items-source-path`.
846
-
Moreover, you can set them independently of each other.
847
-
848
-
The following example demonstrates how to bind to a collection of strings with `BindableDropdownField`.
The `BindableListView` control is the most efficient way to create lists. It uses virtualization and creates VisualElements only for visible items. Use the `binding-items-source-path` of the `BindableListView` to bind to an `ObservableCollection`.
0 commit comments