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 :-)
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).
Thanks for that, it does what i need in the combo, but because the controls style is of office 2007 it looks like a combo not a drop down button, any suggestions?
Cheers