I'm looking to programmatically select a tree item in a TreeView. This is my code:
var it = seqItems[passItem.passNum-1];
this.sequenceView.reveal(it, {select: true, focus: true, expand: false});
Is this function implemented?
I'm looking to programmatically select a tree item in a TreeView. This is my code:
var it = seqItems[passItem.passNum-1];
this.sequenceView.reveal(it, {select: true, focus: true, expand: false});
Is this function implemented?