tavo wrote:
> Hi, I have a component tree and I need to put a scroll bar because that
> extends overly.
>
May be you could put a <div> around the tree and set the "style" of the
<div> with desired width
and height and then set the CSS property "overflow:auto" to make the
scrollbar appear when ever
needed.
Ex.
<div style="height:300px; width:250px; overflow:auto">
Your tree here
</div>
- Winston
http://blogs.sun.com/winston> Thank you
>
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...