When I expand the tree (and the nodes are not fit in the visible area of
loadpane) the scrollbars does NOT show up!!!

Can any-one explain this to me?

.....
    var oWin = new ScrollPane()
    oWin.setVertVisible(true);
    oWin.setSize(210, 110);
    oWin.moveTo(10, 10);
    var oTree = new TreeNode(null, 5, 5, 200, 100);
    oTree.setCaption(sObj || 'Object')
    for (var i in oObj){
      oTree.add(i);
    }
    oWin.addChild(oTree);
    oWin.setBgColor('#d3d3d3');
    DynAPI.document.addChild(oWin);
......

Thanks in advance

Andreas Gortsilas


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to