Where can I find free WPF controls and control templates?

WpfControlsTemplates

Wpf Problem Overview


I am looking for some recommendations on good places to find libraries of controls/templates/styles for WPF. I know about the usual places like Infragistics, but it seems to me that there should be some kind of community effort by now to share nice, clean, well written controls for WPF controls.

I am not big on the design side, and it would be nice to fill out my personal libraries with some nice examples from people who are better at design.

Any ideas or recommendations?

Wpf Solutions


Solution 1 - Wpf

I strongly recommend the MahApps it's simply awesome!

Solution 2 - Wpf

Syncfusion has a free community version available with over 650 controls.

Syncfusion

You will find an FAQ there with any licensing questions you may have, it sound great to be honest. Have fun!

Edit: The WPF controls themselves are 100+, the number of 650+ refers to all controls for all areas (WPF, Windows Forms etc).

Solution 3 - Wpf

I searched for some good themes across internet and found nothing. So I ported selected controls of GTK Hybrid theme. It's MIT licensed and you can find it here:

https://github.com/stil/candyshop

It's not enterprise grade style and probably has some flaws, but I use it in my personal projects.

demo

Solution 4 - Wpf

They have one for free as a sample at http://www.xamltemplates.net/

Solution 5 - Wpf

Silverlight and WPF Dashboards and gauges

Simple (but great) piece of work.

Solution 6 - Wpf

Codeplex is definitively the right place. Recent "post": SofaWPF.codeplex.com based on AvalonDock.codeplex.com, an IDE like framework.

Solution 7 - Wpf

Check out Reuxables although it comes at a cost.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionGEOCHETView Question on Stackoverflow
Solution 1 - WpfRavid GoldenbergView Answer on Stackoverflow
Solution 2 - Wpfuser3235445View Answer on Stackoverflow
Solution 3 - WpfstilView Answer on Stackoverflow
Solution 4 - WpfGuestView Answer on Stackoverflow
Solution 5 - WpfF.D.CastelView Answer on Stackoverflow
Solution 6 - WpfqayView Answer on Stackoverflow
Solution 7 - WpfVinView Answer on Stackoverflow