I'm stealing the sample provided by Mike in another post, but it illustrates my question nicely. How would I go about doing this without showing the headers on the tree?
Generally speaking you can hide the headers by setting the UltraTreeColumnSet.LabelPosition property to 'None'. You can get a reference to an UltraTreeColumnSet when it is created (assuming they are being auto-generated by the control) by handling the ColumnSetGenerated event.
Thanks Brian,
I've never been able to figure that one out.
Robin.