Unplanned
Last Updated: 05 Apr 2023 14:45 by JJ
Created by: JJ
Comments: 0
Category: TreeView
Type: Feature Request
1
 implement a cell Swipe-like behavior as exists in the ListView
Unplanned
Last Updated: 11 Mar 2024 07:15 by ADMIN
Calling CollapseAll() on a RadTreeView after changing its ItemsSource causes an Exception on iOS.

Objective-C exception is thrown.  Name: NSInternalInconsistencyException Reason: attempt to delete item 9 from section 0 which only contains 8 items before the update

On Android, this works as expected.
Unplanned
Last Updated: 28 Jul 2021 13:05 by ADMIN
Created by: David
Comments: 0
Category: TreeView
Type: Bug Report
0
TreeView memory leaks on iOS
Unplanned
Last Updated: 04 May 2021 14:12 by ADMIN
When the TreeView has more than ~100 notes and the user clicks on the scrollbar and scrolls up or down, the app crashes occasionally with exception "Object reference not set to an instance of an object" on UWP. 
Unplanned
Last Updated: 29 Apr 2021 09:44 by ADMIN

ExpandCollapse Indicator is still visible when deleting all children of a branch

 

Workaround:

Reser the TreeView ItemsSource

Unplanned
Last Updated: 19 Mar 2021 14:45 by ADMIN

This freezing is not happening if we have less number of records, I have tested
with 20 records. But it may load more than 20 records, I do not have the exact number
where this freezing issue starts to happen.

The issue happens when item template is used.

workaround:
Remove the item template

Unplanned
Last Updated: 27 Jan 2021 13:35 by ADMIN
Created by: a.baptiste
Comments: 0
Category: TreeView
Type: Feature Request
2
You can expose an API that will allow you to choose whether horizontal scrolling will be enabled/disabled.
Unplanned
Last Updated: 14 Dec 2022 11:00 by ADMIN

All parts of the TreeViewItem (indicator, text, checkbox) are defined as one big template. Therefore customization of only one part of the template still requires retemplating the whole item. 

When retemplating is applied to the treeviewitem and  20+ children in the nodes are loaded, the result is as follow: If you run that on iOS and expand a node you'll see that it crunches the UI for a few seconds and then loads the child nodes, but i also see on our application that it will crash some times and either way gives a bad feel to the UI on iOS

Unplanned
Last Updated: 17 Jul 2020 10:51 by ADMIN

When we call ScrollItemIntoView to scroll to one of the nodes at the bottom of the tree the app will crash with a "Unspecified Error".

I've set it to load 150 nodes into the tree and when you click the "Test" button it will error (using UWP). If you change it to only load 100 nodes or less it should work.

Unplanned
Last Updated: 01 Nov 2019 08:45 by ADMIN
Created by: Werner
Comments: 0
Category: TreeView
Type: Bug Report
0
If customers try to load struct or readonly struct into the TreeView, the items does not get displayed.
Unplanned
Last Updated: 08 Oct 2019 09:24 by ADMIN
If there is an input control (Editor, Entry) inside the ItemTemplate of the TreeViewDescriptor and its Text is bound to any property of the data item, changing the ItemsSource of the TreeView raises an exception of type AccessViolationException.
Unplanned
Last Updated: 13 Sep 2019 10:37 by ADMIN

Please let us know:

  • Should the color be applied to the expand indicator as well, or should there be a separate property for this
  • Should the color be applied to the checkbox as well, or should there be a separate property for this
Unplanned
Last Updated: 08 Apr 2019 06:14 by ADMIN
Created by: Hernando
Comments: 1
Category: TreeView
Type: Feature Request
1

Provide an option to allow the checkbox to be rendered to the right of the node's content. 

 

A mock code example:

<RadTreeView CheckBoxHorizontalOptions="End" />

 

Unplanned
Last Updated: 13 Dec 2018 16:13 by Duane
Unplanned
Last Updated: 26 Nov 2019 13:47 by James
Currently this could be accomplished through methods.