Browse By Tags

  • Infragistics have no Tab contorl for Silverlight?

    Want to know if Infragistics provides Tab control for Silverlight. I can't find it. I am use v12.1. Thanks.

  • Disable mouseover on custom sub items

    Hello i have a listbox as a sub item under a xammenu item.

    <ig:XamMenuItem Header="item1">

    <ListBox ItemsSource="{Binding ExternalClients}" ItemTemplate="{StaticResource DataTemplateUserExternalClients}" SelectedValue="{Binding SelectedExternalClient…

  • XamMenuItem: Setting Icon in App.xaml

    Is there a way to set the Icon for XamMenuItem in App.Xaml?

  • Right align a xamMenuItem

    How do I align an item in a XamMenu menu so that some item XamMenuItems are aligned to the left while others are right aligned?

    Perhaps this mock up might help explain better. I want the global settings menu to be right justified:

  • How property InputGestureText works ?

    Hi,

    I'm looking for mnemonics on my menu and I found the property InputGestureText in the XamMenu but nothing happened when I press Ctrl+C for example.

    Is there a particular way to use it ?

    I attached a solution to show you how i did.

    Regards.

  • xamMenuItem : UserControl (vector image) as icon

    Hi,

    We are using xamMenu in our application. It works well.

    Now we need to set icon for some xamMenuItems.

    For now we only see that the icon is an image (.png, .jpg) present in the project.

    But we would like to have only vector images (UserControl…

  • Basic setup of nested HierarchicalDataTemplates

    Hi IG Support,

    I have attached a sample XamMenu bound to a 3-tier collection.  I am trying to use nested HierarchicalItemTemplates to display all three levels in the menu, however, only the first level is displayed.  If you run the sample, I expect "DHL…

  • How to Add Image to the right of First Menu Item like Combobox

    Hi,

    We are using XamMenu as our item selection where we can have multiple level of hierarchy. We need to show a dropdown control button to make it look like other dropdowns ( we are using XamComboEditor for other selection).

    So how can we add a button…

  • Vertial Menu

    hi

    i would like to create a vertical menu like this :

    https://www.infragistics.com/samples/silverlight#/menu/vertical-menus

    I like this menu because it's vertical, icons are bigger than a normal XamMenu, and when Mouse is Over the MenuItem it becomes blue…

  • XamMenu Highlight

    Hi

    I'm using 2010.3 version. I'm using XamMenu control. Basically I have a upper row of menus

    Menu1|Menu2|Menu3

    Behaviour: When I select Menu1 a page correcponding to it is displayed in the panel below it. When I select Menu 2 a page relative…

  • Mouse Hover affect on XamMenu

    Hi ,

    I have used Xammenu in our application. I want to add mouse hover affect to the header by changing the Foreground color from White to black. I am not finding any option do that.

    Could you please provide me a solution to achieve this.

    My code Snippet…

  • XamMenu data binding examples...

    I am using XamMenu for our primary application menu. Rather than hard code or add all the menus on the fly I want to use data binding. Our application menus are currently defined in XML. I can use linq to put them in an object graph if needed. 

    Reading…

  • Click event on menu item in data template

    This is the code snippet..the click in the button works but on on the XamMenuItem..so I am using button instead of the menuitem (Ihave commented it out)...any ideas..?

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    <

     

     

     

    menu:XamMenu x:Name="xamMenu1…

  • Changing style for mouse hover on menu headers

    I have to make sure that the menu confirms to the UI standards of my organization hence I am trying to change the look and feel of the Menu Headers and Menu items.The standards of the menu are very similar to menus used in Infragistics community website…

  • checkable items

    Hello, I'm trying to determine if the XamMenu control can be used the way I need. I am trying to simulate a "pinned items" feature

    I need a menu with checkable items.
    Items can be checked or unchecked without actually selecting the menuitem…

  • Binding XamMenuItem to data

    Hello,

    Here is my code:

     

    <Menus:XamMenuItem x:Name="mnuChartType" ItemsSource="{Binding GalleryTypes}">
                            <Menus:XamMenuItem.ItemTemplate>
                            <DataTemplate>
                                <Grid>
                                    <Grid.ColumnDefinitions>
                                        <ColumnDefinition Width…
  • ListBox in menuTreeItem

    Hi,

    Is it possible to have a ListBox in XamMenuItem ?

    Thank u,

    D.

  • Horizontal XamMenu Data binding with HierarchicalData

    Hi ,

    I want to Display XamMenu horizontally with HierarchicalData as datasource. It  should support

    navigation also. the following code works fine but it is not diaplying horizontally. Please help me in this.

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

  • Remove the left side rectangle of the XamMenu popup

    Hi,

    I want to remove the rectangle on the left side of XamMenu popup(see attachment, the rectangle with red line around it). I create a copy of the default style of the XamMenuItem and set it to the XamMenuItem and in the control template part of that style…

  • XamMenu Office 2010 Blue Theme

    Hi

    I was trying to modify the XamMenu Office 2010 Blue theme a little to have the text of the menu items change from Black to White when the Menu item is highlighted or when the mouse goes over the Menu item.

    I tried to follow the example that was…

  • ICommand support

    HI Guys,

     

    is there an ICommand support in the XamWebMenu? With SL4 it could be so easy to fire up the commands, I've read the custom commands support and that seems to be a bit complicated and forces you to have to different frameworks for commanding…

  • Menu delay option before closing

    Is there an option to delay the menu from closing when the user pulls the mouse off the menu by accident?  I looked in the documentation but could not find a setting for it.

    Thanks

  • XamWebMenuItem Border Color

    How do I set the border colors around each menu it?

    Here is my xaml for the menu, but none of the border settings renderred:

    <igmenu:XamWebMenu x:Name="xamWebMenu1"  Height="25" HorizontalAlignment="Stretch"    HorizontalContentAlignment…

  • xamMenu ItemClicked event fired too late

    The xamMenu ItemClicked event is fired after the clicked menu item has already processed the event. Our issue is that we need to take the xamGrid out of edit mode before the child menu items process their commands, but with this sequence of events, we…