Browse By Tags

  • Right Align Menus?

    By default, if you change the width of the menu (say 100%), the menu items are left aligned to the control.  Is there an easy way to make them right-aligned?  I have a menu segment that I want on the right side of my application and I want the menu items…

  • How can i stop items from becoming Active?

    Hiya,

    I have a WebDataMenu (EnableAppStyling=true) for which I trigger various actions via OnItemClick.  When an item is clicked, it is selected (becomes active) and is highlighted as such; a feature I do not want.

    I've looked around for a Javascript…

  • Item Images Resize

    I'm trying to use images in the WebDataMenu that are larger (64x64) than I see in the samples (around 32x32).  Does anyone know how to scale the images in the WebMenuBar using CSS or some other property?  My item list is bound to an XMLDataSource, and…