Hi,
Can we add cells to a WinTree control without creating the Column Headers
I am trying to create a WinTree node with a "CheckBox (UltraCheckEditor)" and some text.I am assuming that the CheckBox and the text should be in separate cells.
ThanksAditya
You can hide column headers for a given ColumnSet by setting the UltraTreeColumnSet.LabelPosition property to 'None'.
Also... if you just want checkboxes and text and nothing else, you don't have to use grid style with mutiple columns. You could use Standard Style and just set the Override.NodeStyle to CheckBox.