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
1205
Adding controls to a drop down window
posted

Hi,

I need to create a dropdown control which will display some controls like text boxes and radio buttons in the dropdown window.  What would be the easiest way of achieving this??

Denis

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Denis,

    It depends what you want the control to be. Do you mean you just want a button that drops down some controls? Or do you want to have a DropDown with an edit window like a ComboBox?

    For the latter, you could use the UltraTextEditor control and use the ButtonsRight or ButtonsLeft to add a DropDownEditorButton to it and assign a Control to the button.

    For the former, you could use the UltraDropDownButton in conjunction with an UltraPopupControlContainer.

Reply Children
No Data