Browse By Tags

  • Allow alignment of a group of ApplicationMenu2010 items to the bottom of the ApplicationMenu2010

    At present, I can't see a way of aligning individual or a group of ApplicationMenu2010 items to the bottom of the ApplicationMenu2010.  In Microsoft Office (2019 and probably earlier) applications, there's a group of less-frequently used application…

  • RadioButtonTool and Content property

    Hello,

    I was searching for an infragistics themed radiobutton control, and I ran across the RadioButtonTool which perfectly suits my need. But I have a problem using it.

    I'm trying to display a bold title and a description as the control captionn, so…

  • Ribbon ToolMenuItem Command not working

    ToolMenuItem Command is not working. Where it is wrong??
    <igRibbon:MenuTool Caption="Export" 
    		SmallImage="Export16.png"
    		LargeImage="Export32.png">
                                    
        <igRibbon:ToolMenuItem Header="Export Selected"…

  • HorizontalTextAlignment=Left not working for GallleryItems

    Hi,

    I'm currently working on a Ribbon gallery that should behave similar to the "Page Sizes" menu in Word 2010 (see attached screenshot - it's in german). It's not resize-able and all gallery items are left-aligned.

    Everything…

  • Infragistics ribbon blacks out on loading in Windows 7

    I have a WPF application which uses the infragistics ribbon control. It works fine in Windows Vista, but in Windows 7, the ribbon blacks out when we first load the app. If we move the mouse over the ribbon, it appears again.

    It also displays correctly…

  • XamRibbon - MenuTool force to resize

    Hi
    I have a question regarding the XamRibbon menu. In my solution I use a XamRibbonMenu where I have a MenuTool and a label, I want to arrange the two of them to be one under another (in one column), I want the MenuTool to change in size but not the predefined…
  • Unable to get large ribbon buttons

    I have the following XAML structure:

    <igRibbon:RibbonTabItem x:Name="ModuleLauncherTab"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft…
  • GalleryTool not closing drop-down when clicking on already selected item

    When I click on the already selected item in the drop-down of the GalleryTool, the drop-down is not closed. Closing the drop-down in this case is the default behavior in e.g. MS Word. How to get this behavior for the GalleryTool ?

    Regards,
    Leif

  • xamRibbon And PRISM

    I have a ribbon specified as a Region in my shell, and i need to populate multiple tabitems from each of my module. So i have implemented a region adapter(found in one of the forums) and the adapter is supposed to add the tabs from  each module to the…

  • Minimizing the Ribbon results in a Black Rectangle

    Hi

    when I minimize the ribbon, the place under the ribbon is shown as a black rectangle.

     

    any hints what i'm doing wrong ?

     

    <igRibbon:XamRibbonWindow
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http…

  • Ribbon not working in Blend 4 in .NET 4, WPF4 Assembly

    Hi

    I can't drop the ribbon on a window in Blend 4

     

    The Xaml doesn't get generated.

     

    When I drop the Ribbon in Visual Studio, and open the Solution afterwards in Blend I got errors

    "The name XamRibbon  does not exist in the namespace…

  • RibbonGroup listbox with a uniform grid

    Context:

    I am trying to create an application with the Ribbon control and am looking to put a listbox with a verticle only scrollbar that will contain two columns of checkboxs using the uniform grid as the ItemsPanel.

    Problem:

    It seems though no matter…

  • xamribbon tab

    Hi,

    I have some doubts related to the tab creation in Infragistics xamribbon creation. Can I move and dock the tab buttons using mouse? Also is it possible to add descriptions to the button tool tips with images?

    Expecting your reply,

    Anoop R

  • GetToolById() and remove ribbon tool

    Hi,

    I have two questions about ribbon.

    1. In my app, I created ribbon tabs, groups. Later some ButtonTool controls were added to the groups dynamically. I used RibbonGroup.Items.Insert() to add buttons, do I need to register buttons additionally? They…

  • Some graphics are not grayed out in the ribbon.

    Hi!

    I think it's quite similar to this thread, but no one replied to my post (because of the verified answer maybe).

    I have the same problem with the disabled xaml icons and also with the menu tool. The menu indicator isn't grayed out, too. This…

  • MenuTool sensitivity not updating properly

    Hi, I have a ribbon that contains a MenuTool with a ButtonType of 'Segmented.' This menutool has a command set "delete" but *not* added to the Items collection, and a second command "delete all" that is added.

    In the gui this…

  • App consumes 100%CPU after adding 10th ribbon group to ribbon

    After I added a new ribbon group to my ribbon bar, the application consumes 100% CPU at startup and the main screen never appears. If I remove the XAML code for the button group the application starts as it should.

    I removed several thousand lines of…

  • Add controls in XamRibbonWindow Title Bar

    Hi ,

    Is it possible to add a label or button in the XamRibbonWindow Title Bar?

    Here is my requirement -

    1. The Application Title should be displayed in the centre of the title/header bar. This feature is already available.

    2.  The logged in user name…

  • Xaml Canvas Resource as ButtonTool Icon/Image

    Is it possible (what property) to use a Xaml resource as the Icon/Image for a ButtonTool in the Ribbon?

     I have a handful of Icons created from a designer that are Xaml resources and I'd like to know if I can use those somehow or if i'll need to create…

  • xamRibbon and SCSF

    Hi

    I want to use the xamRibbon inside my WPF/SCSF application. Any suggestions on how to best work with it?

    Kr

    George

  • Ribbon Context Menu

    Is there any way to disable the ribbon context menu so that we can apply our own context menus to the ribbon controls?

     Thanks,

     Jon.

  • Applying an ItemTemplate to the MenuTool

    When I assign a DataTemplate to my MenuTool.ItemTemplate, the ItemTemplate is being ignored by the MenuTool (and the object's ToString() method is being shown instead).  Are custom DataTemplates supported for the MenuTool?  It works fine in any other…

  • Overlapping the Ribbon on the Windows Title bar

    Is there any way to achieve the Microsoft Office effect of overlapping the top part of the Ribbon over the Windows Title bar?  I know I could eliminate the WIndows Title Bar entirely and replace it with the Ribbon, but this will require recreating the…

  • Application Menu Image , onClick,onMouseOver, where to change

    I created a themepack project as specified in the guidance you gave us.
    For my ribbon i use the RibbonOffice2kBlack.xaml and the RibbonOffice2kBrushes_Black.xaml.

    I want the ribbon to use my own created ApplicationMenuPressed, ApplicationMenuNormalBlack…

  • Will there be a Docking component

    I've downloaded  and started to play around with the xamRibbon CTP with good success. In reviewing components from other third party vendors I've noticed that DevComponents provide a docking control "WPF-Dock" to allow developers to readily acheive…