Welcome Guest Search | Active Topics | Sign In | Register

Right Tp Left in Outlook TreeView Options
Basheer
Posted: Wednesday, January 6, 2010 7:08:39 AM
Rank: Newbie
Groups: Member

Joined: 1/6/2010
Posts: 1

Hi ,

I'm using EO TreeView with Outlook theme, but when I change the dir to Right To Left it's appear in bad view, see it here from this link please:

http://www.basheerTalk.com/Misc/TreeView.JPG

Any suggestion?
eo_support
Posted: Wednesday, January 6, 2010 10:33:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please try to place the TreeView inside a DIV with "text-align:right":

Code: HTML/ASPX
<div  style="text-align:right">
   ....tree view here.....
</div>


You will also need to modify the TreeView's LineImages property to replace all the line images. RightToLeft property changes how image and text are aligned and positioned, but it does not flip the image themselves. So you will need to create a set of new image files and set your TreeView to use the new image files.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.