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
220
WinTree with DataBinding of a list of data contracts
posted

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?

Parents
  • 69832
    Verified Answer
    Offline posted

    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.

Reply Children
No Data