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

KeyTipService - wrong position

1 Answer 74 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Terje Johansen
Top achievements
Rank 1
Terje Johansen asked on 09 Nov 2012, 10:22 AM
Hi, 
I use 2 screens and when I implement keytips they don't appear in the right position related to my application.
(I open up my application on my right screen, the "main display screen", but when I trigger the keytips they appear on my left screen...!)

Are there any settings I have to apply to "connect" the keytips to my application in any way...so that they always appear "in the right position" related to my app?

I've enabled keytips in my xaml and in the code-behind file I do this:
var keyGesture = new KeyGesture(Key.LeftAlt);
ribbon.SetValue(KeyTipService.AccessKeyProperty, keyGesture);

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 13 Nov 2012, 07:19 AM
Hello Terje,

Thank you for your report. We are aware of this bug and it is logged in our PITS, where you can vote for it and track its progress.

Regards,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
Terje Johansen
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or