This question is locked. New answers and comments are not allowed.
Hi
I'm using an appointment template on a month view. I want to make it taller so I can put 2 rows ow info on each template but it seems to only allow me a fixed height.
Here is my template
I have attached a picture to show the effect I am trying to achieve.
Any ideas?
Cheers
Steve
I'm using an appointment template on a month view. I want to make it taller so I can put 2 rows ow info on each template but it seems to only allow me a fixed height.
Here is my template
<DataTemplate x:Key="AppointmentTemplate"> <StackPanel Height="100"> <Rectangle Height="20" Width="100" Fill="Red"/> <TextBlock Text="{Binding HrsAvailableString}" /> <TextBlock Text="{Binding NumJobsString}" /> </StackPanel></DataTemplate>Any ideas?
Cheers
Steve