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
260
Ribbon Group Visibility
posted

Hi - I currently have an application that uses the TabbedMDIManager as well as the Ribbon.  I am trying to make the ribbon groups either visible or in-visible depending on which mdichild the user is on.  Currently, if the user clicks on the mdichild which makes them visible, I can never make them in-visible until the user closes the application.  In runtime, the visible property is being set, but it does not take effect.  Is this a bug or intentional because of the Office2007UICompatibilty feature? and is there a way around this?  Thanks.

Parents
No Data
Reply
  • 5389
    Suggested Answer
    posted

    gaxtell,

    What version of NetAdvantage for Windows Forms are you using?  I created a sample to try to reproduce this behavior but was unable to do so; I handled the UltraTabbedMdiManager's TabActivated event and in it, set a RibbonGroup's Visible property to true or false depending on which tab was activated.  I've attached the sample for you to take a look at and compare.

    ~Kim~

    WinToolbarsRibbon.zip
Children