Hi,
I have RadWindow I'm opening via ShowDialog(). It's supposed to autosize and center, but that doesn't happen. Instead, it appears to center, then autosizes down. Closing and reopening the window correctly centers it.
Here's the definition of the RadWindow:
<telerikNavigation:RadWindow x:Name="windowCreateNotification" ModalBackground="#0FFFFFFF" Header="Create Notification" RestoreMinimizedLocation="False" CanClose="False"
BorderThickness="0" CanMove="True" WindowStartupLocation="CenterScreen" Style="{StaticResource GERRadWindowStyle}" BorderBackground="{x:Null}" BorderBrush="{x:Null}" d:IsHidden="False" >
<ws:ucNotificationWizard x:Name="ucNotificationWizard" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
</telerikNavigation:RadWindow>
This is with Silverlight 3 and version 2010.1.309.1030
Any thoughts?
Thanks,
Brad