Skip to content

Commit 2237724

Browse files
Updated sorting.md
1 parent 28e483f commit 2237724

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MAUI/TreeView/sorting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ documentation: ug
1111

1212
The `SfTreeView` control provides built-in support for sorting data using the `SortDescriptors` property. Items can be sorted in either ascending or descending order. Custom sorting logic is also supported to sort the items.
1313

14-
N> When the `ItemsSource` of the `SfTreeView` is updated, the existing `SortDescriptors` are automatically cleared. To maintain sorting behavior after changing the `ItemsSource`, you must retain sorting in the `SfTreeView`.
15-
1614
## Programmatic sorting
1715

1816
Sort items by creating a `SortDescriptor` with the property name and sort direction, and then adding it to the `SortDescriptors` collection.

0 commit comments

Comments
 (0)