what would be my best approch to implement “lines” in the Runtime TreeView?
I tried to search for it, but i didnt find an awnser.
Currently i have this:
I would like to replace the teal Areas with something like this:
Question: Do the Entries/Elements know about if they are “the last of current indentation” or any other Information i could use to code something up myself?
Solution: the individual Elements have 2 addition absolutly positioned images to the left of them. Binding i run a check if they are the last element in their Parents list. Like this:
This simple implementation is ok for now. I just hope that i dont come in problems with the virtualizer, because i cant be 100% sure if what is the last element in the object list is also the “most bottom” element of the indent for the virtualized tree.