Rank: Member Groups: Member
Joined: 12/27/2010 Posts: 14
|
Hi, When I set the tree view to the RTL mode, it gets rendered from right to left but the icon arrows that shows the hierarchical relationships between the nodes still look like the one in LTR ... Can these arrows be changed ? and from which property of the controls ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to modify the TreeView's LineImages property. The built-in line images are all left to right. You can find all built-in images in Images.zip in your installation folder and then use any image file editor to flip them to right to left, then modify the TreeView's LineImages property to use the new images.
Thanks!
|