The Flash 8 Tree component has the *hScrollPolicy *property, but if this set
to "on", the Tree does not automatically show a horizontal scrollbar
(presumably to "save rendering time" since it requires traversing all nodes
to find the widest). But this seems like a pretty basic requirement that
should have been made a configurable option for those who need it and are
willing to take a performance hit. I see that additionally setting *
maxHPosition* to a value does actually create a horizontal scroll bar to
scroll by that amount, however, how would you go about finding which node in
the tree is the widest, in order to set *maxHPosition* to the appropriate
value?

Thanks!
~R
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to