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…
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…
Using version 8.3
Following code always returns "the ribbon must be visible". even when it is visible.
UTM.Ribbon.Tabs(0).BringIntoView()
The object exists at this point and can…
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;…
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
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…
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…