This is a migrated thread and some comments may be shown as answers.

Scheduler width stretch problem in SchedulerView

1 Answer 55 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Mehmet
Top achievements
Rank 1
Mehmet asked on 23 Mar 2012, 02:47 PM

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>

 

 

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 26 Mar 2012, 11:27 AM
Hi Mehmet,

Can you share the entire customized xaml you use to render RadScheduleView control? Have you set  tick length or any view definitons dependant properties like time ruler extent?

Greetings,
Dani
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ScheduleView
Asked by
Mehmet
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or