Can I add border for an entire childnode in a wintree? i.e.Root Node 1 +----------------+ |Child 12 | |Child 13 | | +-----------+ | | |Child 131| | | |Child 132| | | +-----------+ | |Child 14 | |Child 15 | |Child 16 | |Child 17 | | +-----------+ | | |Child 171| | | |Child 172| | | |Child 173| | | |Child 174| | | +-----------+ | |Child 18 | +----------------+ Node 2 +--------------+ |Child 21 | |Child 23 | |Child 24 | |Child 25 | |Child 26 | |Child 27 | +--------------+ Node 3 +----------------+ |Child 32 | |Child 33 | | +-----------+ | | |Child 331| | | |Child 332| | | +-----------+ | +----------------+
Thanks in advance
There is currently nothing built-in to the tree for this. You might be able to acheive something likethis using a DrawFilter, but it would be a bit tricky figuring out where to draw the borders and you would probably need to add some spacing using the NodeSpacingBefore and / or NodeSpacingAfter properties. Not sure how this would be reconciled with the expansion indicators of the row connector lines, either.
You should Submit a feature request to Infragistics
Thanks Mike. Submitted the feature request. When can I expect this feature to be implemented in WinTree?