473,386 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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.
Jan 13 '07 #1
8 856
"empire5" <a@b.comschrieb:
>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/>

Jan 13 '07 #2
ASP.Net System.Web.UI.WebControls.Menu

"Herfried K. Wagner [MVP]" <hi***************@gmx.atwrote in message
news:uW*************@TK2MSFTNGP06.phx.gbl...
"empire5" <a@b.comschrieb:
>>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/>

Jan 14 '07 #3
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.comwrote in message news:45**********************@roadrunner.com...
ASP.Net System.Web.UI.WebControls.Menu

"Herfried K. Wagner [MVP]" <hi***************@gmx.atwrote in message
news:uW*************@TK2MSFTNGP06.phx.gbl...
>"empire5" <a@b.comschrieb:
>>>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/>


Jan 14 '07 #4
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" <no***********@nowhere.comwrote in message
news:%2****************@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.comwrote in message
news:45**********************@roadrunner.com...
>ASP.Net System.Web.UI.WebControls.Menu

"Herfried K. Wagner [MVP]" <hi***************@gmx.atwrote in message
news:uW*************@TK2MSFTNGP06.phx.gbl...
>>"empire5" <a@b.comschrieb:
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/>



Jan 14 '07 #5
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.
Jan 14 '07 #6

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.

Jan 14 '07 #7
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.********@slservices.dewrote in message
news:11********************@51g2000cwl.googlegroup s.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.

Jan 14 '07 #8
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/Tuto...pnet10-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.********@slservices.dewrote in message
news:11********************@51g2000cwl.googlegroup s.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.

Jan 14 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Nevets Steprock | last post by:
I'm writing a web program where one of the sections is supposed to output a correlation matrix. The typical correlation matrix looks like this: ..23 ..34 .54 ..76 .44 .28 ..02 .77 ...
1
by: desjardins.daniel | last post by:
Hi ! Excuse my english, i'm a french canadien... So here my message : I have put on my site a photo gallery and at the right a nav menu. This menu has a red dot visible want someone is passing...
5
by: Enrika | last post by:
Greetings! I am brand new to Javascript, and I have been given a task: On our company's website, the popup menu works in IE but not Netscape. (I only care about the latest versions of both.) ...
1
by: empire5 | last post by:
My menu and sitemap: home foo bar foo1 bar1 foo2 bar2 Ho do I eliminate the home and make my menu look like this: foo bar foo1 bar1
8
by: empire5 | last post by:
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.
0
by: Luc The Perverse | last post by:
I was wondering if there were a C# control which mimics or approximates the behaviour of the windows start menu. (Vertical orientation, submenus identified with an arrow.) I am designing a...
2
by: namratha247 | last post by:
Hi, Can anybody please help me with this problem. In my application, I'm using Menus. and the CSS for the menu is as given below ccMenu.css /* Root = Horizontal, Secondary = Vertical */...
13
by: mo/-/sin | last post by:
hi........... i m mohsin plz provide me the program which represents triangular matrix in c language.........
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.