The ControlTemplate allows you to specify the visual structure of a control.
Okay, I've not done much WPF lately and this is confusing me. I have a Style defined for RadioButton, which …
wpf triggers styles controltemplate multitriggerI'm doing some validation on the DataSource of TextBox that's within an Expander and have found that once a validation …
wpf validation binding controltemplateI am creating a WPF custom control, a Button with an Image and Text. I have added two dependency properties …
wpf image wpf-controls controltemplate templatebindingDoes anyone know why I can't set an event on a control template?? For example, the following line of code …
wpf controltemplate routed-eventscan someone (probably using Blend) provide me a working default ControlTemplate for the WPF Expander? I want to do some …
c# wpf controltemplate expanderI'm trying to replicate the nowadays so fashionable "reflex" effect on a controltemplate for buttons I'm creating. The basic idea …
wpf controls controltemplate clippingBasically, I don't understand what the real difference here is: The Microsoft code for TabItem uses: <ContentPresenter ContentSource="Header" ... /&…
wpf xaml controltemplate contentpresenterI have a custom control in WPF. In this I have a DependencyProperty of the type int. In the template …
wpf xaml binding controltemplateI'm stumped on what must surely be one of the most common WPF requirements. I've read this question but my …
wpf xaml focus controltemplate focusmanagerI have defined a control template/style for my tab items as follows: <Style x:Key="TabItemStyle" TargetType="{x:…
wpf controltemplate tabitem