1
Apply flat style for WPF Controls
I am new to WPF and more used to the design of UIs with MFC. I need to create a Window which looks like an old Win32 Api with flat style, that means that all controls are shown without 3D effects. For a TextBox this seems very easy to achieve in order to set the Property BorderThickness [...]
Answer Question
| October 23, 2009 6:56 AM
wpf, WPF Control Library, WPF style
I am new to WPF and more used to the design of UIs with MFC. I need to create a Window which looks like an old Win32 Api with flat style, that means that all controls are shown without 3D effects. For a TextBox this seems very easy to achieve in order to set the Property BorderThickness [...]
WPF User Control Styles
I have created a wpf control library. When I am loading the dll dynamically in codebehind the style that I have applied to the main app is not being applied to the controls in the user control. ie in my resource dictionary i have set a style for buttons that gets applied to all buttons. [...]
Answer Question
| March 19, 2009 3:14 PM
wpf, WPF Control Library
I have created a wpf control library. When I am loading the dll dynamically in codebehind the style that I have applied to the main app is not being applied to the controls in the user control. ie in my resource dictionary i have set a style for buttons that gets applied to all buttons. [...]
1





