Browse by Tags
All Tags » InactiveSelectionBackground (RSS)
-
Hi Bryan,
In order to achieve this look, you will need to redo the DataTemplate of the DataRow and change the inactiveSelectionBackground brush .
However, In order to do that, you need to have access to the blueprind edition in order to redo the template and modify the triggers which change the ...
-
Hi,
I would like to change the backGround of the row when the mouse is over it using MouseEnter and Mouse Leave events, but it does not seems to work :
<Style TargetType=''{x:Type xcdg:DataRow}''>
<EventSetter Event=''MouseEnter''
...
|
|
|
|