Click here to Skip to main content
15,885,537 members
Articles / Desktop Programming / WPF

Flexible WPF ToggleSwitch Lookless Control in C# & VB

Rate me:
Please Sign up or sign in to vote.
5.00/5 (36 votes)
15 Nov 2017CPOL11 min read 82.6K   4.3K   41  
A Modern Toggle Switch - From mock concept to a full custom WPF control that you can plug into your own apps
This article takes you on the road I took to develop the ToggleSwitch control, from mock concept to a completed custom WPF control both in C# and VB. Some of the key flexibility concepts, like using VisualStates & SharedSizeGroup support, will be covered so that you can learn and reuse in your own controls.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions