I am using a TreeListView and have multiple roots on my tree but they share a common child.
A -> B
D -> B
B -> C
I would expect to see two roots A and D which expand out to
A
B
C
D
B
C
The TreeListView roughly displays this but expanding and collapsing is behaving strangely.
If I expand B it sometimes expands both Bs and sometimes C becomes its own row that will not collapse into B.
Can someone help explain this behavior to me?
A -> B
D -> B
B -> C
I would expect to see two roots A and D which expand out to
A
B
C
D
B
C
The TreeListView roughly displays this but expanding and collapsing is behaving strangely.
If I expand B it sometimes expands both Bs and sometimes C becomes its own row that will not collapse into B.
Can someone help explain this behavior to me?