I want to eliminate the little triangular arrow poinger that appears tot he
right of the menu item. Which control setting lets me do that.
Solution :
you can get rid of the images if you set:
StaticEnableDefaultPopOutImage="False" or
DynamicEnableDefaultPopOutImage="False". To move the items one step
down you can set ShowStartingNode="False" of the sitemapdatasource.
Comment :
re:
> StaticEnableDefaultPopOutImage="False"
That works for main menu items.re:
> DynamicEnableDefaultPopOutImage="False".
That works for submenus.The arrowhead can also be replaced with a different image by settinging StaticPopOutImageUrl
(or DynamicPopOutImageUrl for a submenu) and providing a URL to the image.
There's many other programmable items in the menu control.
A list ( with sample code for some ) is available at:
http://msconline.maconstate.edu/Tutorials/ASPNET2/ASPNET10/aspnet10-02.aspx
Original : http://www.codenewsgroups.net/group/microsoft.public.dotnet.framework.aspnet.webcontrols/topic16144.aspx

Tidak ada komentar:
Posting Komentar