I have a tree structure like the following:
================================
root
red
green
yellow
================================
The tree items shown above are left-edge flushed. I would like to make
them right-edge flushed - would like to show it as:
================================
root
red
green
yellow
================================
Is this possible to do? If so how?
Thanks in advance.
Joster