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

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 8 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 8 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 (v24.1.2) was released 0 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.