I\'ve got a DataGrid with a row that has an image. This image is bound with a trigger to a certain state. When the state changes I want to change the image.
I\'m trying to make a behavior had a ConditionCollection similar to MultiDataTrigger. I\'ve looked through the reflected code, but I can\'t seem to follow how the MultiDataTrigger knows when to go thr
I searched and find out I can\'t set the tooltip in setter.value directly (in a style.xaml file). However I can use static resource to set the tooltip.
I built a WPF application and manage to get the validation working thanks to posts on stackoverflow.The only probblem i\'m having is that it\'s overriding the theme i\'m using.
I need to be able to change the Style of a control when a property and data value are true. For example, my bound data has an IsDirty property. I would like to change the background color of my contro
I have two CheckBoxes and a TextBox. I want to TextBox to have IsEnabled=False if both CheckBoxes have IsChecked=False. Can I do this with a MultiTrigger? I keep getting errors trying to use the Sourc
I have three grids in my UserControl of which one control is shown at time. In the last column I need to use a Style where I need to check the data and apply a ForeGround color. I can write style at e
I have a problem changing the focus to some button on xaml. The code I am attemps to do it looks as follows (if some conditions are fulfilled then the focus should be set to the button. The strange i
The normal convention for UI controls is for selected text, items, or rows to be brightly colored (e.g., bright blue) when the parent control is in focus and desaturated/dim (e.g., pale blue) when the