Browse By Tags

  • Customize Ribbonbar

    please tell me,

    I want modify Ribbonbar of NetAdvantage. How I can do?

    + I want add logo image to ribbonbar:

    + I want set size for ribbon.

     

    please help me.

  • Red X over Ribbon Bar

    We're encountering the following exception during the onpaint method of our ultratoolbar: "System.InvalidOperationException: Visual Styles-related operation resulted in an error because visual styles are currently disabled in the client area."…

  • Remove tool from Ribbon toolbar in C#

    I am trying to remove a tool from the ribbon toolbar using C#. The code I am using is;

    "toolbar_Ribbon.Tools.Remove(tool) 

    The error I get states;

    "The best overloaded method match for 'Infragistics.Win.UltraWinToolbars.ToolsCollectionBase.Remove…

  • Ribbon problem with MDI Childs Forms with Toolbar

    I have a problem with a MDI Application with Ribbon as Menu Program.

    When I open a Child Form with Toolbar (maximized), works fine. The form and his toolbar is placed under the MDI Form's ribbon.

    When I open a form from Child Form or when I choose…

  • Image on buttontool increased in size to take up entire buttontool area

    I   have a number of button tools on a ribbon, the problem i have is the images on the small buttons do not take up all of the space on the buttontool

    The image is isolated to the centre of the tool, this means if the button tool is 16x16 pixels which…

  • Ribbon: How change circular Logo Image?

    In the ribbon control, where is the property to change the 'circular logo image' located in the top left corner? In some of the sample code for ribbon toolbar this icon looks like 'IG' with a circle around it and appears to be about 48x48pix in size…

  • Is it possible to reduce the height of the Ribbon

    Hi,

    I have the following questions regarding the Ribbon.

    1. Is there a way to reduce the height of the Ribbon? We want the ribbon look and feel and at the same time we don't have that many options to put on the Ribbon. Eventhough it has the option…
  • Translate right click popup menu on Ribbon Bar

    Hi all, 

    Mouse button right click on a ribbon tool popups menu with offering  "Show Quick Access Toolbar Below the Ribbon", "Minimize the Ribbon", ...

    We can catch the "BeforeToolbarListDropdown" event to choose to display or not…

  • PopupControlContainer and ControlContainer errors with control references

     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…

  • Problems with button caption

    I'm having a problem with writing an ellipsis ("...") as part of the caption of a button.  Simply put, I've created a button with the caption

    "Save page as..."

    Now, when I put this button in the ribbon application menu (the…

  • Custom Imagesize in Ribbon Tab

    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…

  • How do I add separator lines between tabs?

     I'm following the Office 2007 Ribbon Guideline which states: 530 "Add separator lines between tabs to assist readability".

     Now the skin I'm using is one that comes along with Infragistic's styles, the "Office2007Blue.isl" file.…

  • Ribbon ContextualTabGroup Caption

    Hello,

    Does anyone know how to make the Caption on a ContextTabGroup object extend the width of the group object so that the text does not get trimmed ?

    For example,  I have  "ABCDEFGHIJK"  for the caption, and when it renders on the Form, it looks…

  • How to Programatically Display the Application Menu

    I need to be able to programatically display the Application Menu.  For example, when the app first starts so that the user discovers that it is there.

     Is there a way to do this?

     Greg

  • Ribbonbar merging

     I need to merge ribbon bar of one window form to another window form.

    We have to dlls (e.g. test1 and test2) which have form having ribbonbar. We want to merge the ribbon bar (with all the functionality) of test2.form1 into  test1.form1.

     

     

  • ShowPopup() positioning on PopupMenuTool

    I have a popupMenuTool in a ribbon with several state buttons associated as "drop down items". The usability story I'm developing is when a user performs a certain action in the application, and none of the state buttons are "Checked", I want to show…
  • Shared Resource Icons accross Assemblies on the Ribbon?

    I have a situation that I can just not seem to find a work around for and would appreciate some help.  

    I would like to consolidate all of my icons used across a solution into a single place such that I can update them and after a recompile have all the…

  • Logo in Ribbon

    How can I get my logo to appear in the circle area of the Ribbon?  What property do I modify?