views:

458

answers:

1

I have just started playing around with WPF.

I've noticed that while some widgets automatically pick up the native look and feel (e.g, buttons, menus), some others don't (e.g., labels, panels and windows have white backgrounds).

How do I make all widgets look normal by default in WPF?

A: 

This is the way the templates are defined in the PresentationFramework.Luna assembly. You can look at all of the default templates for all 6 Windows themes by using the ShowMeTheTemplate tool found here: http://www.sellsbrothers.com/tools/#ShowMeTheTemplate

-Jon

jgraves