Top "Controltemplate" questions

The ControlTemplate allows you to specify the visual structure of a control.

What's wrong with my datatrigger binding?

I have created an attached property to extend a Button class with additional state: <Button v:ExtensionHelper.OperationMode="{Binding …

wpf data-binding controltemplate datatrigger attached-properties
Create TabItems with differing content at runtime based on templates in WPF

I'm writing an application with WPF and part of it involves managing for the user various files which are used …

wpf tabcontrol controltemplate tabitem