PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET Menu - Eliminate The Triangular Arror pointer thing - How to do it?

Reply

Menu - Eliminate The Triangular Arror pointer thing - How to do it?

 
Thread Tools Rate Thread
Old 13-01-2007, 10:48 PM   #1
empire5
Guest
 
Posts: n/a
Default Menu - Eliminate The Triangular Arror pointer thing - How to do it?


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.


  Reply With Quote
Old 13-01-2007, 10:56 PM   #2
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it?

"empire5" <a@b.com> schrieb:
>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.


Web Forms or Windows Forms? Which menu (type) are you referring to?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

  Reply With Quote
Old 14-01-2007, 12:51 AM   #3
empire5
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it?

ASP.Net System.Web.UI.WebControls.Menu

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:uWqoaY2NHHA.320@TK2MSFTNGP06.phx.gbl...
> "empire5" <a@b.com> schrieb:
>>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.

>
> Web Forms or Windows Forms? Which menu (type) are you referring to?
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>



  Reply With Quote
Old 14-01-2007, 01:13 AM   #4
Juan T. Llibre
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it?

If you mean like : http://asp.net.do/faq/ ...all I did was make all menuitems top menu levels.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"empire5" <a@b.com> wrote in message news:45a97e96$0$5696$4c368faf@roadrunner.com...
> ASP.Net System.Web.UI.WebControls.Menu
>
> "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
> news:uWqoaY2NHHA.320@TK2MSFTNGP06.phx.gbl...
>> "empire5" <a@b.com> schrieb:
>>>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.

>>
>> Web Forms or Windows Forms? Which menu (type) are you referring to?
>>
>> --
>> M S Herfried K. Wagner
>> M V P <URL:http://dotnet.mvps.org/>
>> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

>
>



  Reply With Quote
Old 14-01-2007, 03:46 AM   #5
empire5
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it?

Yes like your http://asp.net.do/faq/ but I need to have sub menus also. I
can't set them all to top levels.

How did you set your example menu items to top menu levels? Was that the the
StaticDisplayLevels property?


"Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message
news:%23pxObk3NHHA.5104@TK2MSFTNGP06.phx.gbl...
> If you mean like : http://asp.net.do/faq/ ...all I did was make all
> menuitems top menu levels.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ===================================
> "empire5" <a@b.com> wrote in message
> news:45a97e96$0$5696$4c368faf@roadrunner.com...
>> ASP.Net System.Web.UI.WebControls.Menu
>>
>> "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
>> news:uWqoaY2NHHA.320@TK2MSFTNGP06.phx.gbl...
>>> "empire5" <a@b.com> schrieb:
>>>>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.
>>>
>>> Web Forms or Windows Forms? Which menu (type) are you referring to?
>>>
>>> --
>>> M S Herfried K. Wagner
>>> M V P <URL:http://dotnet.mvps.org/>
>>> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

>>
>>

>
>



  Reply With Quote
Old 14-01-2007, 08:33 AM   #6
=?Utf-8?B?QWlyRHVzdGVyMTAx?=
Guest
 
Posts: n/a
Default RE: Menu - Eliminate The Triangular Arror pointer thing - How to do it

Yes, Yes. I want to know too. I like to get ride of these triangles too.

AD

"empire5" wrote:

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

  Reply With Quote
Old 14-01-2007, 11:30 AM   #7
Mike
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it


AirDuster101 schrieb:

> Yes, Yes. I want to know too. I like to get ride of these triangles too.
>
> AD
>
> "empire5" wrote:
>
> > 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.
> >
> >
> >


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.

  Reply With Quote
Old 14-01-2007, 12:58 PM   #8
empire5
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it

Hi Mike

Good tip on the datasource. That was my first answered question that I
posted to this group last week when I started mucking with the menu/sitemap
as an alternative to using skmMenu..

Thank you for the information.

Richard


"Mike" <m.kaufmann@slservices.de> wrote in message
news:1168774215.785542.3320@51g2000cwl.googlegroups.com...
>
> AirDuster101 schrieb:
>
>> Yes, Yes. I want to know too. I like to get ride of these triangles too.
>>
>> AD
>>
>> "empire5" wrote:
>>
>> > 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.
>> >
>> >
>> >

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



  Reply With Quote
Old 14-01-2007, 01:10 PM   #9
Juan T. Llibre
Guest
 
Posts: n/a
Default Re: Menu - Eliminate The Triangular Arror pointer thing - How to do it

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/Tut...spnet10-02.aspx





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike" <m.kaufmann@slservices.de> wrote in message
news:1168774215.785542.3320@51g2000cwl.googlegroups.com...
>
> AirDuster101 schrieb:
>
>> Yes, Yes. I want to know too. I like to get ride of these triangles too.
>>
>> AD
>>
>> "empire5" wrote:
>>
>> > 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.
>> >
>> >
>> >

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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off