Browse by Tags
All Tags » Templates » ControlTemplate (RSS)
-
Hi,
I am trying to replace the default appearance of the ColumnMangerCell by providing a ContentTemplate. The code looks like this:
<Style TargetType=''{x:Type xcdg:ColumnManagerCell}''>
<!--<EventSetter Event=''MouseDown'' Handler=''Column_MouseDown'' /> does not work why?-->
<EventSetter ...
|
|
|
|