How to display text AND image when user clicks comboBox for options
-
2012年4月12日 下午 06:04
I have a comboBox that current is bound to a custom object. The displayMemberPath points to the 'Name' property. When the user clicks the combobox for the available options, I would like the user to see the list of names, IN ADDITION to a bmp image (property) that also represents the option. After selected, I just want the combobox to show the name only.
Can someone point me in the right direction to implement this?
Tim
所有回覆
-
2012年4月12日 下午 06:31
You can try solution provided in following link
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/4c359378-ba98-42a1-a468-0f18f5626fcc
Gaurav Khanna | Microsoft VB.NET MVP
- 已標示為解答 tim2u 2012年4月12日 下午 06:38
-
2012年4月12日 下午 06:39Thanks, this definitely gets me started
Tim

