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
@@ -1103,6 +1095,14 @@ public class UsersView : DocumentView<UsersViewModel>
1103
1095
}
1104
1096
```
1105
1097
1098
+
Finally, create a main `UI Document` named `UsersView.uxml` with the following content.
1099
+
1100
+
```xml
1101
+
<ui:UXML ...>
1102
+
<UserListViewbinding-items-source-path="Users" />
1103
+
</ui:UXML>
1104
+
```
1105
+
1106
1106
#### BindableScrollView
1107
1107
1108
1108
The `BindableScrollView` has the same binding logic as the `BindableListView`. It does not use virtualization and creates VisualElements for all items regardless of visibility.
0 commit comments