Is it possible to host a tree control in the WinCombo dropdown? If so, how is that done?
Thanks for your help!Jim Honeycutt
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.
You're awesome, thanks Mike!
Jim