Hello everybody!
I’m testing this component library, trees in special. I have the following code:
<JqxTree ref={this.treeRefBuilder} width={200} height={350} source={contents}/>
in my render
method. My tree has almost 100 items, so, it should show me some scrollbar (right?), but it doesn’t. If I navigate the tree items by keyboard it scrolls up and down, but still doesn’t shows the scroll bars. So how can I tell the component to show the scrollbars when needed, or at least how to put scrollbars in the tree? Should I wrap the tree within another kind of container?
Thanks in advance…