Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Border for child nodes in WinTree
posted

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

Parents
  • 469350
    Verified Answer
    Offline posted

    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

     

     

Reply Children