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
875
Host tree control in combo box dropdown
posted

Is it possible to host a tree control in the WinCombo dropdown? If so, how is that done?

Thanks for your help!
Jim Honeycutt

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Jim,

    You can put the tree into a dropdown, but not WinCombo. 

    What I would do is use UltraTextEditor. Use the ButtonsRight collection and add a DropDownEditorButton to it. Then set the Control property on the button to an UltraWinTree. And that's it - instant dropdown tree. 

Children