XAML: Is there a way to increment a slider based on a button click within xaml?
Posted
by Brad
on Stack Overflow
See other posts from Stack Overflow
or by Brad
Published on 2010-03-17T19:12:21Z
Indexed on
2010/03/17
21:41 UTC
Read the original article
Hit count: 415
I currently do it in code behind:
Slider.Value += slider.LargeChange
But I was wondering if I could increment/decrement the slider within xaml and then just monitor the slider for the value change.
© Stack Overflow or respective owner