Unplanned
Last Updated: 31 Mar 2025 10:27 by Hanoch
There is a memory leak in the TreeView on iOS/MacCatalyst - when the TreeView control is on the page, the page does not dispose when GC runs.
Unplanned
Last Updated: 28 Mar 2025 14:28 by Mohanraj

When having a TreeView with ItemTemplate and adding the TapGesture on ItemTemplate, the scrolling on mobile stops working. 

Workaounrd:

Add the tap gesture only on a label, not to the complete item template.

Unplanned
Last Updated: 20 Feb 2025 08:15 by Frank

Improve the scrolling through the TreeView items on iOS and MacCatalyst. 

Currently the control has a reduced scrolling performance.

Unplanned
Last Updated: 06 Jan 2025 13:49 by Darwin

Child nodes rendering issue in the template inside of TreeView. it's a random issue but it's easy to replicate specially if you

  • Expand/collapse child node
  • navigating back to TreeView and expanding the previous expanded nodes
  • have the horizontal scroll enabled
Unplanned
Last Updated: 29 Jul 2024 09:44 by ADMIN
Created by: Walter
Comments: 1
Category: TreeView
Type: Feature Request
1
Context menu would be useful to allow users to add / delete items.
Unplanned
Last Updated: 18 Jul 2024 07:43 by Nathan
Created by: Nathan
Comments: 0
Category: TreeView
Type: Feature Request
2

Provide an option to swipe the TreeView Item. 

I have tried using the Microsoft .NET MAUI SwipeView, but the control cannot scroll.

Unplanned
Last Updated: 20 Apr 2024 08:47 by Michael

Having a TreeView on a page, and when navigating forward backward to this page, start expand collapse items with many children, the expand indicator is misplaced: 

Unplanned
Last Updated: 05 Mar 2024 11:15 by Hanoch
Created by: Alexey
Comments: 4
Category: TreeView
Type: Feature Request
2
Provide an API for filtering the TreeView.
Unplanned
Last Updated: 06 Dec 2023 13:11 by Alexey
Created by: Alexey
Comments: 0
Category: TreeView
Type: Feature Request
3
Imagine large list of expanded and collapsed items which completely does not fit on the screen in RadTreeView. User scrolls to the middle of the list. User doesn't select anything from the list, just looks. User closes the application, and the application saves TreeView's current scroll positions in some file. Next user opens the application. After items are loaded I want to scroll RadTreeView in code to the position from the previously saved data in file.
Unplanned
Last Updated: 28 Nov 2023 11:53 by Lars
If we have a TreeView control inside a Popup, and the TreeView is operated with a finger, everything works perfectly.
However, if there is interaction with the treeview items with a stylus (Samsung Galaxy Tab S6), the app crashes regularly.