Tree leaf alignment.
HI Alex,
I tried the following code to get the leaf left aligned.
recommendationsTree.onCurrentItemChanged = function(i){ recommendationsTree.setTimeout(function(){
if (AW.ie){ recommendationsTree.getItem(i).getContent("box").element().scrollLeft = 0;
}
});
}
But its not working, can you please have a look? Anything I am missing here?
Thanks,
Swapnil
I tried the following code to get the leaf left aligned.
recommendationsTree.onCurrentItemChanged = function(i){ recommendationsTree.setTimeout(function(){
if (AW.ie){ recommendationsTree.getItem(i).getContent("box").element().scrollLeft = 0;
}
});
}
But its not working, can you please have a look? Anything I am missing here?
Thanks,
Swapnil
Swapnil
August 20,