Hi,
I developing on telerik Q1-2012,
I prepared scheduler like the attached picture.
I used SchedulerView control timeline option, I'm testing 1280x800 resulation monitor(23 inch).
But I could not figure out right side the gap
There was no problem in scheduler control(Old version).
What should I do to solve this problem ?
Kind regards,
Mehmet
<telerik:RadTransitionControl x:Name="PART_TranstionControl" Duration="00:00:00.500" Grid.Row="1">
<telerik:RadTransitionControl.Transition>
<telerik:SlideAndZoomTransition MinZoom="1"/>
</telerik:RadTransitionControl.Transition>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="150" />
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="20"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>