Browse By Tags

  • UltraToolbarsManager Ribbon Tab Scroll Hardware Dependent

    We are using the UltraToolbarsManager object to create a ribbon. The tabs on the ribbon can be scrolled with the mouse wheel. We haved noticed that using a Microsoft 5-button mouse the tabs will scroll left and right as appropriate. Mouse wheel up scrolls…

  • Ribbon AfterRibbonTabSelected event

    Hi,

    I am using the UltraToolbarManager to create a Ribbon. In the AfterRibbonTabSelected event of the toolbar manager, I found that if I use my mouse scroll to change tabs, the selected tab I retrieved from the toolbar manager tree (ultraToolbarsManager…

  • bringintoview the ribbon must be visible

    Using version 8.3

    Following code always returns "the ribbon must be visible". even when it is visible.

     

     

     

    If UTM.Ribbon.Visible = True Then

    UTM.Ribbon.Tabs(0).BringIntoView()

     

     

    End

    The object exists at this point and can…

  • UltraToolbarManagers Tab-collection is empty

    Hi,

    I'm using the NetAdvantage 2010 Vol.1 UltraToolbarManager and created a Ribbon. In Design-mode I switch the visibility of one tab of the ribbon to false. in my Form-Shown-event I call:

    tmgrSearch.Ribbon.Tabs["RIB_ALL"].Visible = true;…

  • Removing Ribbon Tab

    This sounds like a really silly question, but how do you remove a Tab on the Ribbon. If you add a new tab it defaults to Ribbon1. How do you remove it. There is no delete, you cannot drag it of the ribbon like the tools. Any ideas?

    Regards

    Andrew 

  • How to handle too many tabs on ribbon control (multiple tab rows)?

    We have a ribbon control that has tool many tabs to effectively display across the screen. Is there a setting to have multiple tab rows (like the Tab control)? Or is there another solution? Thanks, John
  • Tab Closed/Closing Event

    Ok I have  an UltraTabControl on tab on my and I'm trying to a tabbed single document interface. I enabled the close buttons on the tabs and it works we cause the tabs are closed when you click them, but the weirdness is that if you loop through the tab…

  • UltraTabControl AutoSize with Close Button set for individual tabs problem

    Hi all,

    I'd like to allow the user to only close certain tabs. I achieve this by setting the CloseButtonVisibility property to Always for the tabs I'd like to allow the user to close.

    This works fine, except it appears to affect the AutoSize…