Menu

#46 Swapping Nodes in Tree fails

C#_v2.3
closed
Logic (40)
5
2018-10-06
2009-11-14
No

Hi,

When i swap two nodes in a tree model and call RefreshObjects(model) afterwards, it only works at the fist visible childlevel. Any deeper the swapping of nodes/branches fails. In the datastructure the nodes are correctly swapped.

It seems like TreeListView.RefreshObjects() only calls RebuildChildren() for one child level and RebuildChildren does not recurse properly/any further.

Discussion

  • Phillip Piper

    Phillip Piper - 2018-10-06
    • status: open --> closed
     
  • Phillip Piper

    Phillip Piper - 2018-10-06

    This has been fixed (a long time ago I think)

     

Log in to post a comment.