|
Browse by Tags
All Tags » UltraToolbars » Ribbon ( RSS)
-
Hi, I'm hoping someone can help with an issue I'm having with the ToolbarManager Ribbons. We are developing an MDI application and have a common ToolbarManager control on the parent MDI form. We also have a child form which uses the UltraTabControl and would like to enable and disable a specific...
-
Hello, I have a WinForms application that flickers (a few pixels left and the right again) when having a ribbon on it and being maximized. Prerequisites: Create a WinForms app. Add a UltraToolbarsManager and set ShowRibbon. Add a few controls on the form. Start the App and maximize the form. Restore...
-
Hi all, I'm getting this error: An unhandled exception of type 'System.ArgumentException' occurred in Microsoft.Practices.CompositeUI.dll Additional information: UI element must be a Infragistics.Win.UltraWinToolbars.ToolBase These are my code bits: RibbonTab shellTab = new RibbonTab(UIExtensionSiteNames...
-
I'm currently working on a project that's using the Infragistic ribbon controls. The basic layout of the "main" form in the project is a form with a ribbon and a standard TabControl. Once the application is started, it dynamically adds one of our custom controls into the first tab in...
-
Hi, I found it out by myself. For those interested in doing something like this, I describe here what I did: I have set the CanCollapse Property of the respective group to false, and registered an event handler for the Resize-event of the main form of my application, which changes the width of the contained...
-
Hi, I'm trying to display a WebBrowser Control inside the Ribbon Tab (WinToolbars 2008.1). To accomplish this I have used a ControlContainerTool with the WebBrowser control inside. The ControlContainerTool is placed as the only one tool inside a ToolGroup (which also is the only ToolGroup in this...
-
I am trying to write some custom tool types to use within a Ribbon. More specifically, I am trying to make them bindable, by letting them implement INotifyPropertyChanged. Furthermore, to support design time support, I have made a ToolProvider component class for my custom tool types, as shown in the...
-
Thank you for the quick answer. I tried setting the ImageSizeSmall Property to a 24x24 size and the images next to the tabs have the right size now. But now the small images for the tools in the ribbon, which are displayed when there is not enough space to show the large ones, are of 24x24 size, too...
-
Greetings, For an application I need to display 24x24 pixel Icons next to each of the captions of the ribbon tabs. But when I set the Settings.Appereance.Image property of the RibbonTab to a image of this size, the image is scaled down to 16x16 pixels. I've also tried to increase the height of the...
-
Is there anyway to emulate the tabbed dialog functionality that the internet browsers have, within the infragistics MDI tab controls? Basically where if a message box pops up on form within a tab, you could still go to other open tabs?
|
|