I just wanted to create completely custom styled <telerik:OrientedAppointmentItemStyleSelector.HorizontalStyle> items. I've created resources via Expression Blend and all that stuff.
Then I wanted to edit the template like follows - making it bigger and putting additional controls in it.
I can put additional controls in the grid, but it is not getting bigger. The size remains small and the content is cut off. The Height="150" property seems to have no effect. What's going on here?
Then I wanted to edit the template like follows - making it bigger and putting additional controls in it.
<Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type telerik:AppointmentItem}"> <Grid x:Name="Root" Height="150"> ...I can put additional controls in the grid, but it is not getting bigger. The size remains small and the content is cut off. The Height="150" property seems to have no effect. What's going on here?