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
5250
Treeview in dropdown of UltraCombo or UltraComboEditor
posted

Hi all

How can I add a Treeview to the dropdown of UltraCombo or UltraComboEditor ?
I am also not sure what control I should use, UltraCombo or UltraComboEditor ?

I have tried:
DropDownEditorButton local_DropDownEditorButton = new DropDownEditorButton();
UltraTextEditor local_UltraTextEditor = new UltraTextEditor();
local_DropDownEditorButton.Control = MyTree;
local_UltraTextEditor.ButtonsRight.Add(local_DropDownEditorButton);
this.ctlUltraComboEditor_Categories.DataSource = local_UltraTextEditor;

Thanks for any help !

Best regards
Frank Uray