Top "Datatrigger" questions

a WPF .NET trigger that applies property values or performs actions when the underlying bound data meets a specified condition.

Binding a DataTrigger to the IsChecked property of a checkbox

I believe what I'm trying to do is "simple" enough, so I'm probably just missing something obvious. In a DataGrid, …

wpf binding datagrid checkbox datatrigger
DataTrigger not firing

I have the following xaml: <DockPanel> <DockPanel> <CheckBox IsChecked="{Binding Path=Test}" /> <CheckBox …

.net wpf xaml datatrigger
How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I …

.net wpf xaml triggers datatrigger
Can you bind a DataTrigger to an Attached Property?

In WPF, is it possible for a DataTrigger to bind to an attached property? I essentially want to use a …

wpf binding datatrigger
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
Is it possible to use Triggers on Grid RowDefinitions?

I have a grid whose rows need to be resized dynamically based on the view model. I'd like to do …

.net wpf xaml grid datatrigger