02-21-2023, 07:18 AM
I create a dialog with a form and an image. Is there any way I can change the image displayed when the selected value in the combo box changes. Thanks
Change image display when ComboBox select change
|
02-21-2023, 07:18 AM
I create a dialog with a form and an image. Is there any way I can change the image displayed when the selected value in the combo box changes. Thanks
03-01-2023, 04:01 PM
you can use the event "SelectionChanged" from combobox.
using System.Windows.Controls; |
« Next Oldest | Next Newest »
|