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
1528
Controlling Ribbon Contextual Tabs from Dock:TabGroupPane Focus
posted

I am trying to enable Ribbon tabs based Dock pane focus.  Currently, I'm setting XamRibbon.SelectedTab in the GotFocus event handler of a TabGroupPane.

It seems to work, but only part of the time.    Two questions:

1) This is probably a well-established pattern. I'm I doing it wrong? 

2) Is there a Commands-based approach? 

 

 

 

 

Parents
  • 27093
    posted

    Hello Douglas,

     

    I have been reading through your request and assume you are trying to make consistent RibbonTabs based for each pane like in MS Office. You can achieve such functionality by using the XamDockManager’s ActivePaneChanged event and ActivePane property along with the XamRibbon’s SelectedTab property and the RibbonTabItem events.

     

    Please let me know if you require any further assistance on the matter or if I misunderstood our requirement.

     

    Sincerely,

    Petar Monov

    Developer Support Engineer

    Infragistics Bulgaria

    www.infragistics.com/support

Reply Children
No Data