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.
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.