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
1825
Groups Within a tab ?
posted

Morning all,

Is it possible to set a group to appear like a drop down btn?

I need to be able to collapse a group when I want to.

uwTBMgr.Ribbon.Tabs(

 

 

 

"RptGrp-RA").Groups("RAGrp_FD").Settings.CanCollapse =

True

This looks like it might turn the feature on. But I can't find a function to let me set the state to True or False for say: .Collapse = True/False Or a .IsCollapsed check function.

Is this available somewhere and I just can't find it? :)

Thanks

Deasun

  • 48586
    posted

    Hi,

     

    I just wanted to know if you were able to solve your issue based on my  suggestions or you still need help? Just let me know.

    Thank you.

     

  • 48586
    posted

    Hello ,

     

    CanCollapse property indicate whether the group can be collapsed in the ribbon tab displaying only a dropdown button that then displays the group contents. Also you should determine the MinimumSizeOnRibbon and PrefferedSizeOnRibbon of InstanceProps of the tools in the group. Then when there is not enough space to display all tools of the group, it will appear as a popup- menu. Also you could review “Ribbon at Run Time” sample of our “Windows Forms Feature Browser” (usually it is under "C:\Users\Public\Documents\Infragistics\NetAdvantage 2011.2\Windows Forms\Samples  ")

     

    Please let me know if you have any further questions.