How can I set WebMenu's Style when the EnableAppStyling is false? Example: I want to extend two item's distance. How can I do?
HI,
There is an UltraWebMenu's Items collection - Each Menu Item has a Style object - you can modify the Margin's Left and Right properties.
Here is a help link to the Item object.http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/Infragistics35.WebUI.UltraWebNavigator.v9.1~Infragistics.WebUI.UltraWebNavigator.Item_members.html
Here is a help link to the Style object:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/Infragistics35.WebUI.Shared.v9.1~Infragistics.WebUI.Shared.Style_members.html