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
135
populate multiple buttons in UltraDropDownButton
posted

it looks like that you can only attach one control to PopupControlContainer. If I want to populate multiple buttons in UltraDropDownButton by using PopupControlContainer, how should I do it?

Parents
No Data
Reply
  • 469350
    Offline posted

    UltraDropDownButton only has one button and can only hold one control. There's no way to have multiple buttons. 

    If you want multiple buttons, why not use multiple controls and just line them up next to each other? 

Children