Hey,
i would like to change the color of the label of a certain field when the user left or right clicks into a cell.
How do i do that?
Bye
Help please.
Please anybody?
Hi,
I reviewed your question and I can suggest you change the background of the label in a DataTrigger. When you handle the right/ left click you can set a value to the Field’s Tag property and use it in the binding of the DataTrigger. Please find the attached sample where on click, the color of the label turns to red.
If you need any further assistance, please feel free to ask.