Home All Groups Group Topic Archive Search About
Author
25 Jan 2006 7:54 PM
Kaplan Dani
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/

Author
29 Jan 2006 7:06 PM
DWS
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/
>
Author
29 Jun 2006 7:35 AM
Tal Aloni
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 ------------------------------------------------------------------------