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

stop resizing of the RadWindow

1 Answer 169 Views
Window
This is a migrated thread and some comments may be shown as answers.
LittleDragon
Top achievements
Rank 1
LittleDragon asked on 23 Aug 2013, 10:28 AM
when i am double click on the my rad window top of header its when to resize model i need to stop this  i need Maximized window
here is my code

                    xmlns:navigation="clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation"
                    navigation:RadWindowInteropHelper.AllowTransparency="False"
                   
                   
                   telerik:Theming.Theme="Vista" Header=""              
                   MinHeight="600" MinWidth="800"   Loaded="Main_Loaded" ResizeMode="NoResize"
                   CanClose="False" CanMove="False"  BorderThickness="1" WindowStartupLocation="CenterScreen"
                   IsRestricted="False" RestoreMinimizedLocation="False"
                   Style="{DynamicResource AppFontSize}" WindowState="Maximized" SizeToContent="False"

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 28 Aug 2013, 08:53 AM
Hi,

We are aware of the described issue and has already been logged in our public issue tracking system, you can track its status on the following link (it is described a little bit different, but it refers to the same issue):
http://www.telerik.com/support/pits.aspx#/details/Issue=7695

There is also a work-around in the description you can try it, but unfortunately it is mainly for Silverlight. However the work-around should improve the current behavior of the Window for now.

Thanks for understanding.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Window
Asked by
LittleDragon
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or