ToggleSwitch (not the elaborate Gauge, but the Windows standard)

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 9 years ago by keepITcool - Amsterdam
Avatar

Microsoft introduced a ToggleSwitch in Windows 8. (Changed from rectangular to rounded Windows10). Sadly it's not available to a WPF developer unless you have a Universal or Store App.

https://msdn.microsoft.com/library/windows/apps/br209712

https://msdn.microsoft.com/en-us/windows/uwp/controls-and-patterns/toggles?f=255&MSPPError=-2147217396

 

It's really used all over a modern UI as the 'default' control for boolean switches instead of the classic checkbox.

In an ideal world I'd like to see Actipro implement this

a) as a separate control

b) as a (context driven) style for ToggleButton, CheckBox and RadioButton

 

In the meantime anyone an idea howto? (without adding additional libraries to my project)

 

Regards,

Jurgen 

Comments (1)

Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jurgen,

Thanks for the suggestion.  We will mark it down as a requested control for WPF.

The only way to add such a control really is to make a custom Control since it does have a unique appearance and rotates in "on" and "off" content based on the boolean value.


Actipro Software Support

The latest build of this product (v25.1.0) was released 29 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.