Click here to Skip to main content
15,885,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am adding items to asp.net menu dynamically. My problem arises when the menu length size increases than the size of the container.

I want that as soon as the menu size increases the containers size, menu item must go to next line.

Please suggest.
Posted
Comments
Sandeep Mewara 5-Jan-13 3:59am    
Worth a try: Apply CSS class having text-wrap.
lailac88 20-Mar-13 4:57am    
Wrap = true; (obviously)
rows = {some number greater than 0} (I use the rows property rather than the height property as it tends to be earier to get the formatting right)
ReadOnly = true (makes sense, right)
TextMode = multiline (or there no real reason to wrap the text...)
BorderStyle = None
BorderWidth = 0

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900