Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
Do not display KeyTip for Separator
posted

Hy all.

I am using a XamRibbon in which I have some groups and buttons (I have set the KeyTip for the buttons in the ribbon). In some groups I use Separators to group the buttons. Something like this:

<igRibbon:RibbonGroup Name="rgrStaticDataParameter" Caption="Merkmale" >

<igRibbon:MenuTool Caption="Merkmale" ToolTip="Merkmale/Verlaufswerte" ButtonType="Segmented" Name="Parameter" KeyTip="E">

<igRibbon:ButtonTool Caption="Merkmale" Name="btnNote" KeyTip="M"/>

<igRibbon:ButtonTool Caption="Merkmalwerte" Name="btnNoteValue" KeyTip="W"/>

<Separator/>

<igRibbon:ButtonTool Caption="Verlaufswerte" Name="btnCourseValue" KeyTip="V"/>

<Separator/>

<igRibbon:ButtonTool Caption="Parameter" Name ="btnParameter" KeyTip="P"/>

<igRibbon:ButtonTool Caption="Erweiterte Parameter" Name ="btnParameterExtended" KeyTip="E"/>

</igRibbon:MenuTool>

</igRibbon:RibbonGroup>

The problem is when I press the ALT key to see the KeyTips. For all my buttons the KeyTips are correct, but I have KeyTips also for the Separator. Is this correct? I would like to remove this KeyTips for the Separator but I don't know how. Is there a way?

Thanks a lot for any suggestions.

Nico

 

Parents
  • 54937
    Offline posted

    That sounds like a bug that you may want to submit to the support group but you can use an igRibbon:SeparatorTool instead and then you should not get a keytip.

Reply Children
No Data