flex tree gets chopped even after using scroll bar
问题 when i use the following tree renderer class the the informtions in the tree gets chopped. Is there any solution to fix this bug. please help me. The PLTree class is as follows: import flash.events.Event; import mx.events.ScrollEvent; import mx.controls.Tree; import mx.core.ScrollPolicy; import mx.core.mx_internal; import mx.events.TreeEvent; public class PLTree extends Tree { private var _lastWidth:Number = 0; private var _lastHeight:Number = 0; public function PLTree() { super();