I am trying to create the following and am not sure if there is some
handler in jstree that can help me.
I want to load my jstree into a wrapping div of fixed width and height
(id=treewrapper )with overflow:hidden. I do not want standard
scrollbars to appear when the content is larger than th showing area
-- the containing div. instead i want to somehow be notified that the
tree has expanded beyond the size of the div and then invoke maybe a
jqueryslider or some other set of button controls to manage the
scrolling (perhaps with something like this:
http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html).
i have been unable to find some event notification from the DOM when
the overflow attribute is invoked.. does anyone know is this is
possible? i think i need this to fire to know when to show my
scrolling controls.
can JsTree tell me when it's size changes so that i can at least
compare it to the wrapper div size?
has anybody else attempted to do what i am doing and is there a better
way. I hate standard scroll bars on divs and i cannot have the tree
expand vertically and horizontally taking up real estate when i have
tree node that could be 15 or 20 node deeps.