WPF Application, Slider is missing Thumb/Thumb.DragCompleted event

前端 未结 1 1220
庸人自扰
庸人自扰 2021-01-25 01:47

I\'m following along with a tutorial on how to use a slider in a WPF application. I created a slider. The tutorial tries to tell me what to do when a slider is repositioned so i

相关标签:
1条回答
  • 2021-01-25 02:29

    Don't worry about the message, just type <Slider Thumb.DragCompleted="Slider_DragCompleted"/> and run. Tell if you are not able to run the code. These are known issues, in some of the cases VS gives you such design time errors. But during runtime these errors dont rise.

    0 讨论(0)
提交回复
热议问题