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

RadWindow WindosState problem

5 Answers 203 Views
Window
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 19 Apr 2012, 09:30 PM
Hi,

I'm using VS2008 and Telerik V2010.3.1314.35 and I have a problem when I try to maximize my RadWindow. When I maximized my RadWidnow, the RadWindow popup in the middle of my screen and the half of my RadWindow is out of my screen on the right side.

In other words, when I maximize my RadWindow, my RadWindow don't do what he have to do, take the all area of my screen.

Thank's

5 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 23 Apr 2012, 08:12 AM
Hello Oliver,

We had similar problem with RadWindow when SizeToContent = true, however it is not centered but rather goes to the top left end of the screen. Could you please try to set SizeToContent = false and some fixed size to the RadWindow.

If this doesn't help could you please send us the exact properties that are set to the RadWindow.

Regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Oliver
Top achievements
Rank 1
answered on 23 Apr 2012, 02:05 PM
Hi,
 as I mentionned in my main post, I use V2010.3.1314.35 of Telerik, is this possible that the SizeToContent property doesn't exist in this version?!?

PS: Here is my top declaration of my xaml file:
<telerik:RadWindow x:Class="com.christiegrp.Neuron.ClientApplication.Monitoring"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
    xmlns:telerikControl="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
    xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
    xmlns:telerikInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input"
    xmlns:telerikGrid="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"   
    Height="500" Width="1000" Name="Me" SnapsToDevicePixels="True" WindowStateChanged="Me_WindowStateChanged" Loaded="Me_Loaded" Closed="Me_Closed" IsRestricted="True" SizeToContent="False">

Thank's
0
Accepted
Boyan
Telerik team
answered on 26 Apr 2012, 11:49 AM
Hi Oliver,

Sorry for the misunderstanding. I thought that the version is 2011 instead of 2010, so you are right that the SizeToContent property doesn't exist in your version. I tried to reproduce the issue with now the correct version and the XAML you send me, but with no success.

I have attached the project I used for test. Could you take a look and tell me if I am doing something wrong and also what OS you are using? Note that my project is created with VS2010, so if you have troubles opening it just copy the content of the files to a VS2008 project.

Greetings,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Davide
Top achievements
Rank 1
answered on 09 Oct 2014, 08:49 AM
Hi Telerik team... 

I downloaded the solution proposed but I have a problem:
I tried the application on my PC that has two monitors. The problem is that when I maximize the window this covers both the screens and not only the one where the application is.
Is there a way to have the same behavior (go over the taskbar) but not fill all the screens if multiple monitors are installed?

Thx in advance

Davide
0
Kalin
Telerik team
answered on 09 Oct 2014, 12:14 PM
Hello Davide,

I have already replied you in the other forum thread regarding the same question. Can you please check my answer and I will kindly ask you to continue the conversation there.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Window
Asked by
Oliver
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Oliver
Top achievements
Rank 1
Davide
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or