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
Copy file name to clipboardExpand all lines: MAUI/TreeView/empty-view.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,3 +79,63 @@ treeView.EmptyView = new Border
79
79
N> The view displayed by the `EmptyView` can be a single view or a view that includes multiple child views.
80
80
81
81

82
+
83
+
## Empty view customization
84
+
85
+
The `SfTreeView` control allows you to fully customize the empty view appearance by using the `EmptyViewTemplate` property. This property lets you define a custom view and style for the `EmptyView`.
0 commit comments