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

RadWindow move crazy

1 Answer 96 Views
Window
This is a migrated thread and some comments may be shown as answers.
P
Top achievements
Rank 1
P asked on 15 Jul 2009, 09:55 AM
When I move a RadWindow, the component moves very very very quickly

My code is classic :

<UserControl 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation" 
    x:Class="SilverlightApplication1.MainPage" 
    Width="640" Height="480"
 
    <Grid x:Name="LayoutRoot" Background="White"
        <telerikNavigation:RadWindow Background="Beige" Name="wind"/> 
    </Grid> 
</UserControl> 

I use Silverlight 3 (final release) and your version 2009_2_701 or 2009_2_710 with the same result.

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 15 Jul 2009, 11:38 AM
Hello P,

 This is a known problem. It appears only in Silverlight 3 as for now we are still not released our official Silverlight 3 installation, for now the released Silverlight 3 bits are more like a preview and it is possible to have some issues. More info you can get from this thread.

All the best,
Boyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
P
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or