Using the ToggleSwitch in WinRT/Metro (for C#)

added by rcash
10/27/2011 8:12:33 AM

484 Views

One of the new user controls being released with WinRT/Metro is the ToggleSwitch which can be found in the Windows.UI.Xaml.Controls namespace. This post provides some good info on the new control and how to set its parameters.


2 comments

dpeterson
10/27/2011 10:14:44 AM
Seems like a nice alternative to (ugly) radio buttons, but I'm a little confused by the actual UI component for the toggle. Does the button slide into another position or something?

dwhittaker
10/27/2011 7:03:52 PM
Yes it is like the toggle for Windows Phone. It will slide from side to side when changed.