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
209
Column span in UltraTree
posted

Is it possible to have a cell span multiple columns in an UltraTree with ViewStyle = Outlook ?

 

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello,

     

    As far as I know UtraTree has no implemented property that you could set to merge cells. But you could achieve this with creation filter. Go through all cells in  a node and if two cells has same value(or maybe you would be able to use some other criteria), then make first cell UIElement  with size of both widths of first and  second cell. I implemented my suggestion in a small sample and I am posting it in this thread. So run the sample and let me know if this is what you are looking for.

     

    Let me know if you have any further questions.

    WinTreeSpanCells.zip
Children