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

RadWindow & VS2013 Theme

1 Answer 41 Views
Window
This is a migrated thread and some comments may be shown as answers.
tetet
Top achievements
Rank 1
tetet asked on 11 Mar 2015, 09:21 PM
Hello, I tried implicit style with RadWindow as the main WIndow.
No problem, except with the VS2013 theme : when the radwindow is maximised, I've git 2 or 3 pixels at the bottom and the right side of the window. I don't have those pixels with other themes, and the RadWindow is perfectly maximised...
Thanks.

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 12 Mar 2015, 09:11 AM
Hello,

Thank you for reporting this!

I can confirm that the issue comes from our side and it will be fixed for our very next internal build which is this Monday.  As a workaround I suggest that you modify the ControlTemplate of RadWindow and add the following lines in the Maximized VisualState:

<ObjectAnimationUsingKeyFrames Storyboard.TargetName="WindowOuterBorder" Storyboard.TargetProperty="Margin">
    <DiscreteObjectKeyFrame KeyTime="0">
        <DiscreteObjectKeyFrame.Value>
            <Thickness>0</Thickness>
        </DiscreteObjectKeyFrame.Value>
    </DiscreteObjectKeyFrame>
</ObjectAnimationUsingKeyFrames>


I am currently updating your Telerik points!

I hope this helps
.

Regards,
Masha
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
tetet
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or