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
265
Custom Drop Down with Icons in list
posted

Hi,

I was wondering if any one knows the best way to get a dropdownbutton with a selection of countries with icons?

What is the best control to add to a popupcontainer for the dropDownButton if used etc?

Im trying to get a similar look the ribbon aplication menu look with icon and text with a button look for selecting the item, but on a smaller scale for the drop down.

Thanks in advance :-)

Parents
  • 69832
    Suggested Answer
    Offline posted

    You should be able to use an UltraComboEditor control, which is like a ComboBox. You can add a different image for each item using the ValueListItem.Appearance.Image property (each item in the dropdown is a ValueListItem, and the Items collection's indexer returns instances of same).

Reply Children
No Data