Browse By Tags

  • 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" Hori…

  • XamMenuItem Icon

    If I use an image that is 16x16 it is center both horizontally and vertically. If I use an image that is 12x12
    it is placed in the top left corner. I assume the control is expecting and image that is 16x16.

    How can I center my 12x12 image? I have tried…

  • Menu cut off by HtmlViewer

    I have a Silverlight full screen/frame app that I am building as a new chrome for an existing asp.net app. New stuff is being built in SL however, we still want to use the old pages. 

    I am using the navigation framework with the xamMenu. I am using a…

  • Events for menu drop down / close

    I need to hide a control when the menu has an open pull down (so it won't be clipped by the xamHtmlViewer control)

    I am tried with a ChangePropertyAction behavior on MouseEnter/Mouse leave to make the frame non-visible. The problem is when move…

  • XamMenuItem.ParentXamMenu property is internal?

    Hello,

    Why can't you do it public or at least protected? Sometimes there are situations when it's necessary. Just like my situation :)

  • XamWebMenu: Programmatically building tree control for XamWebMenuItem

    (Note: I'm not sure why there are numerous blank lines in the resulting post -- in Preview mode -- as it looks fine in the 'Compose' editor.)

    Using XAML, I am able to define a menu item (XamWebMenuItem) within a menu (XamWebMenu) such that…

  • Can I use bigger icons than 16x16?

    The code seems to suggest no :(

       <!-- Icon presenter-->
                                            <ContentControl x:Name="HeaderIconPresenter"
                                                              Height="16"
                                                              Width="16"
                                                              Visibility="{TemplateBinding IconVisibilityResolved}"
                                                              Content="{TemplateBinding…

  • Styling mouse over behaviors

    Hi,

    I have a small menu that does not contain XamWebMenuItems but Buttons.

    <igMenu:XamWebMenu>
         <Button Content="Button" Style="{StaticResource ButtonStyle}"/>
         <Button Content="Button" Style="{StaticResource ButtonStyle…

  • Control under context menu

    Hi,

    Is that possible to retrieve a control on which context menu is open? Grid cell, Listbox item etc.

    Thank you

  • XamWebMenu nit working in Silverlight 4

    We have just migrated our project to from Silverligth 3 to  Silverlight 4. We are using Silverlight DataVizualization 2010 vol1. Everything else except XamWebMenu is working fine. Is there any issue with the compatibility of XamWebMenu and Silverlight 4…

  • Problems using ContextMenu with Chrome browser

    Hi,

    Just open your sample page in Chrome (6.0.458.1 dev) and try clicking menu items. Is that only me who experiences this problem?

  • ParentXamMenuItem

    Does this property work?  I'm using Infragistics 10.1 (10.1.20101.2022).

    I have simple file menu that I'm trying to recursively walk the file menu items and I wanted to be able to tell if it was the uppermost Menu Item.  ParentXamMenuItem appears…

  • XamWebMenu / Toolbar

    I have Infragistics NetAdvantage 10.1.  I want to use the XamWebMenu like a Toolbar.  So I have this simple xaml

    <igMenu:XamWebMenu x:Name="MainMenu" MenuOrientation="Horizontal" 
                VerticalAlignment="Top" Height="28"…

  • Menu items displayed with ScrollViewer

    Hi,

     

    I'm using the XamWebMenu as a combo box with popup placement.

    I bind the items content and it gets populated dynamically. All items are displayed nicely etc, no problem there.

     

    What I noticed is that if I click on the menu right after it…

  • Expanding menu programmatically

    Hi,

     

    is it possible to have Expand() method or similar for XamWebMenuItem, so that menu can be programmatically expanded or is there any way to do it?

     

    -TommiP/OpusCapita

  • Items remain clicked

    Hi,

    When I hoover the mouse over a item in the main menu, a blue effect appears over it, but when I click it, that effect remains in the item, and it looks pretty bad.

    Why that happen? how can I avoid it?

    Cheers.

  • how to navigate to xaml and other website

    Infragistics Team,

    Thanks for the reply.

    One question about the navigation:

    There are two projects (slnSilverLight and slnSilverLight.Web) in the same solution.

    The XAML files are in slnSilverLight/Views folder.

    slnSilverLightTestPage.aspx is in  project…

  • Missing event in a template

    Hi,

    I'm setting a hierarchical data template over an element programatically, the template are in the XamWebMenu.Resources node. The menu looks good, but I don't get the XamWebMenuItem_Click event. I can get the TextBlock_MouseLeftButtonDown but it doesn…

  • Add items programatically

    Hi,

    I have a problem adding items programatically.

    Only appears one, the first, and I don't know why:

                        XamWebMenu menu = new XamWebMenu()
                        {
                            MenuOrientation = Orientation.Vertical,
                            VerticalAlignment = VerticalAlignment.Top,
                            HorizontalAlignment…

  • Setting the icon programatically

    Hi,

    How may I set the icon of a XamWebMenuItem programatically? I'm trying to do it but each time I got an erro when I try to open the menu :S

     

    Cheers.

  • How to set up background and foreground color when mouse hover over XamWebMenuItem?

    Hi,

    could  you please inform how to set up the background and foreground color when mouse hover over XamWebMenuItem?

    There is no specific Style settings in ResourceDictionary for XamWebMenuItem.

    Thanks.

  • Changing the foreground colour of a XamWebMenu

    My menu is declared like this:

     

                <igMenu:XamWebMenu 
                    x:Name="MainMenu" 
                    VerticalAlignment="Stretch" 
                    HorizontalAlignment="Right" 
                    ExpandOnHover="True" 
                    ItemContainerStyle="{StaticResource…

  • Change width of submenu dropdown at runtime?

    Is there anyway to setup the width of the submenu dropdown to be set automatically to the width of the screen?

    Right now, it appears that the width gets set based on the number of items.

    TIA.

  • how to set xamwebmenu subitem always visible.

    Hi Can any one tell me how to set the subitem always visible if i click on that item. presently i removed the property of xamwebmenu ( expand on hover ) set to false but. if i click on sub item its holding but if i click any other button or anything on…

  • Dynamic XamWebMenu ( codebehind c#)

    Hi Sir,

    Please tell me how to create XamWebMenu in codebehind (c#). Please send me the related links or code to this. I am confusing that i create xamwebmenu in expression blend and binded its styles to other menuitem controls. but how to do that in…