Hi
Forgive me if this is a basic question, but how do you get rid of the margin you get when diplaying the menu in vertical mode (I think it's where the image is supposed to go if you use one).
I'm not using images and therefore have no need for it, but I can't seem to find any way of removing it.
Chris
Hi,
You can get rid of margins between border and submenu items by setting the ItemPaddingSubMenus property of the WebMenu.
You can achieve this using following line of code:
this.UltraWebMenu1.ItemPaddingSubMenus = 0;
Bhadresh
I think I'm having the same problem…maybe related, at least. I've noticed there's a 25px table cell in front of the text-link. I can't find out where that comes from, or how to remove it. It's not related to "padding" (although it inherits padding like the rest of the item). I seem to recall some other IG controls having an "indent" property of some kind, though I haven't found such a property for the WebMenu.