Hi,
I am trying to use a WPF combo box to change a timer. Currently, I have in an observable collection 15 mins 30 mins 45 mins. 1 hour.
If the user clicks 15 minutes, then a timer will start counting down. But my problem is, once the user clicks 15 minutes, the combo box won't let me pick 15 minutes again to reset it. I have to click on another item such as 30 minutes, then I can click 15 minutes.
This is using XAML, I was wondering if there is any quick fix to this. Thanks!!