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

Scheduler example goes haywire in VS2008 designer

1 Answer 30 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 22 Aug 2009, 03:25 PM
I build the Example solution and then opened:
When I try to view Scheduler -> WPF -> FirstLook -> Example.xaml

The Scheduler displayed, but started stretching (scaling) horizontally and never stopped stretching. The size  Eventually I closed Example.xaml and reopened. The initial screen showed up fine again but started stretching horizontally, indefinitely.

The other examples show fine, only the scheduler shows this behaviour. Also if I hold down the left mouse button inside the design window, the stretching speeds up!

Running the Example under Debug / Run works fine, its only under the designer.

I'm using VS 2008 with SP1 installed.

ms

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 27 Aug 2009, 06:50 AM
Hello M,

Thank you for writing us.

This behavior is a result of HorizontalAlignment="Stretch" property of the Border above the Scheduler. It stretches the whole grid and respectively the Scheduler control. We will try to change this behavior of the example for the next release.

Meanwhile you can just set the Width property of the Scheduler in the First Look example.

Hope this helps.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
M
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or