This question is locked. New answers and comments are not allowed.
I'm trying to modify the content displayed in the tooltip when you are dragging or resizing an event in the gantt.
Here is what I've added, but it doesn't have any affect.
Here is what I've added, but it doesn't have any affect.
<Style TargetType="gantt:GanttDragResizeVisualCue"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="gantt:GanttDragResizeVisualCue"> <Grid> <TextBlock Text="Hello world!" /> </Grid> </ControlTemplate> </Setter.Value> </Setter> </Style>