Quantcast
Channel: Slider using MVVM.
Browsing latest articles
Browse All 2 View Live

Slider using MVVM.

I guess you would bind the slider to a value exposed by your viewmodel: <Slider Name="ZoomSlider" Width="100"  Minimum="1" Maximum="10" Value="{Binding ZoomSlider, Mode=TwoWay}"...

View Article



Slider using MVVM.

Can somebody give me an idea of using Silder with MVVM. Currently i am using in code behind<Slider Name="ZoomSlider" Width="100"  Minimum="1" Maximum="10" Value="2"...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images