|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
menu webcontrolI'm using this control in asp.net 2.0 (vs2005)
after I change the "dir" of my page to : rtl (right to left)
the menu moved alright to the other side, but, the subitems, apearse in there original position, in the middle of the screen now, not even close to the new location of their parent node...
another question - how do I make the balck arrow go away from the parent node....
Thanks,
Dani
--- Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/ question 2
DynamicEnableDefaultPopOutImage="False" Good Luck DWS Show quoteHide quote "Kaplan Dani" wrote: > I'm using this control in asp.net 2.0 (vs2005) > after I change the "dir" of my page to : rtl (right to left) > the menu moved alright to the other side, but, the subitems, apearse in there original position, in the middle of the screen now, not even close to the new location of their parent node... > > another question - how do I make the balck arrow go away from the parent node.... > > Thanks, > > Dani > > > --- > Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/ > question 1:
you can use the System.Web.UI.WebControls.Adapters.MenuAdapter, and define css classes that uses "right to left" alignment, (that's what I did, you can just modify existing sample) unlike many other controls, rtl support for WebControls.Menu is not out of the box. try (+existing sample that can easily modified): [url]http://weblogs.asp.net/scottgu/archive/2006/05/02/444850.aspx[/url] -- Tal Aloni ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------
These controls are a real mess
.NET multi-column listbox for webpages? Menu Control building via code TreeView Security error Catching event in Menu control when bound with sitemap Script edit server control multiview Viewstate and Master page with programmatically created content Other browsers listbox scrollbar behavior - newbie |
|||||||||||||||||||||||