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
60
Hide ValueListItem Image for SelectedItem in ComboBoxTool
posted

I have a ComboBoxTool with a ValueList containing items with images.  When a ValueListItem is selected, I would like to prevent the image from being displayed in the EditorWithTextUIElement that represents the SelectedItem.

Any thoughts about how to accomplish this?  Basically, I would like to do something similar to what is accomplished by the FontListTool, where each item in the dropdown contains an image on the left-hand side, but once an item is selected, the caption for it is shown without the image.

Thanks!