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

RadRibbonView Title Overlapping Min/Max/Close Buttons

1 Answer 73 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 27 Sep 2013, 11:58 AM
Is there a way to prevent the RadRibbonView Title from overlapping the Min/Max/Close buttons when resizing the application window to a smaller width?  See attached image for the current look.

Thanks,
Dan

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 30 Sep 2013, 11:41 AM
Hello Dan,

You are right about the Title property of the RadRibbonWindow control. Unfortunately, it is existing and known bug in our control. It is already logged in our PITS and you can follow it and vote for it here.

However, with the next official release we will provide a workaround for this behavior and it could be used until we provide a fix for that behavior.

The fix is to apply margin to the right side of the WindowTitle control. You can apply it like this:
<Style x:Key="WindowTitleStyle" TargetType="telerikRibbonViewPrimitives:WindowTitle">
    <Setter Property="Margin" Value="0 6 120 6" />
</Style>
Where the telerikRibbonViewPrimitives is defined like so:

xmlns:telerikRibbonViewPrimitives="clr-namespace:Telerik.Windows.Controls.RibbonView.Primitives;assembly=Telerik.Windows.Controls.RibbonView"
Please accept our apology for the inconvenience caused.

Regards,
Pavel R. Pavlov
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
RibbonView and RibbonWindow
Asked by
Dan
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or