Browse By Tags

  • 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.

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

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

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

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

  • 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.

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

  • XamWebMenu subitem selected color setting

    Hi  Sir,

    Can any one tell me how to set the submenu selected (active) item color? can we set this selected item color in microsoft blend ? or we have to do this in code behind? selected item color hover only i can see but after clicking the item its not…