This question is locked. New answers and comments are not allowed.
Hi,
how can I change the height of a SummaryContainer in the GanttView?
I've tried using the following code:
But this does not change the height of the Summary tasks!
Setting the height works when applying it to the EventContainer Style...
how can I change the height of a SummaryContainer in the GanttView?
I've tried using the following code:
<telerik:RadGanttView.Resources> <Style TargetType="telerik:SummaryContainer"> <Setter Property="Height" Value="30" /> </Style></telerik:RadGanttView.Resources>But this does not change the height of the Summary tasks!
Setting the height works when applying it to the EventContainer Style...