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

Problem with File tab

3 Answers 38 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Clifford
Top achievements
Rank 1
Clifford asked on 15 Oct 2013, 10:01 PM
Get the following when open the File tab

3 Answers, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 18 Oct 2013, 01:34 PM
Hello,

I am having a hard time understanding the issue. Could you please provide further details on your setup as well as the problem you are facing? Are you using the RadDocking control along with RadRichTextBox and RadRichTextBoxRibbonUI? We would appreciate if you send us a sample project that demonstrates the observed result.

Thank you in advance! Looking forward to your reply.

Regards,
Petya
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 >>
0
Clifford
Top achievements
Rank 1
answered on 18 Oct 2013, 04:48 PM
Have you looked at the picture. It should be obvious. The File window does not overlay the Editing window when it is opened by clciking the left most tab.Seems to be a rather blatant bug to me.
0
Pavel R. Pavlov
Telerik team
answered on 23 Oct 2013, 11:32 AM
Hello,

Thank you for pointing our your issue out. You are right that when the RadRibbonView is hosted like shown in the picture, the Backstage is misplaced.

However, with the current implementation of the control you are allowed to control the position where the backstage is opened. The RadRibbonView exposes BackstageClippingElement property. If you define a fixed size control hosting the RadRibbonView and set its x:Name attribute, you will be able to apply element name binding on that property. If you do so the backstage will be rendered on top of the predefined control - rather than on top of the main window. For better understanding you can use the following snippet:

...
<Grid x:Name="ClippingBoundsElement" Height="400" Width="700">
    <telerik:RadRibbonView BackstageClippingElement="{Binding ElementName=ClippingBoundsElement}">
    ...
   </telerik:RadRibbonView>
</Grid>
I hope this works for you.

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
RichTextBox
Asked by
Clifford
Top achievements
Rank 1
Answers by
Petya
Telerik team
Clifford
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Share this question
or