Questions tagged [multidatatrigger]

Represents a trigger that applies property values or performs actions when the bound data meet a set of conditions.

Represents a trigger that applies property values or performs actions when the bound data meet a set of conditions. Used in WPF.

100 questions
0
votes
1 answer

MultiTrigger: Combined DataTrigger and PropertyTrigger not working

I have a problem where I need to combine a DataTrigger and a PropertyTrigger into a MultiDataTrigger to show an Image in a GridViewColumn (combined with a TreeView, it's a custom control I'm using). I experimented and searched some thins on the…
Jelle Capenberghs
  • 794
  • 2
  • 14
  • 30
0
votes
1 answer

Image over control displayed via multidatatrigger

I'm trying to display a small image over a larger border control. The image must be displayed when the mouse is over this border and the second condition is the dpmenu is collapsed. But the trigger ismouseover is not raised when the mouse is over…
0
votes
2 answers
0
votes
3 answers

How to settle textblock visibility as collapsed by default...and toggle based on conditions?

I have a TextBlock - which is collapsed by default and will be visible only when it meet two conditions. I have the below XAML for same. But it is not working as expected. Any help would be appreciated. thanks
Relativity
  • 6,690
  • 22
  • 78
  • 128
0
votes
0 answers

WPF MultiDataTrigger and Dynamic data

I have a style trigger that is coloring Teleriks gridview cell background a color when the cell string matches a certain text string. This code works and is shown below: