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
765
Column Headers Showing Up After Every Node
posted

I have a tree where the ViewStyle is set to Grid and yet it is not acting the same as my other grid trees.  It is putting a header on every node.  Is there a property I am missing?  I only want to have a header at each level. 

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello,

    If I am getting this right you, could try resolving your issue by setting the following:

     

    this.ultraTree1.ColumnSettings.LabelStyle = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.Separate;
    

     

    Please feel free to let me know if I misunderstood you or if you have any other questions.

Children
No Data