mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
list onDidChangeContentHeight
This commit is contained in:
@@ -233,6 +233,14 @@ export class AsyncDataTree<T extends NonNullable<any>, TFilterData = void> imple
|
||||
return this.tree.getHTMLElement();
|
||||
}
|
||||
|
||||
get contentHeight(): number {
|
||||
return this.tree.contentHeight;
|
||||
}
|
||||
|
||||
get onDidChangeContentHeight(): Event<number> {
|
||||
return this.tree.onDidChangeContentHeight;
|
||||
}
|
||||
|
||||
get scrollTop(): number {
|
||||
return this.tree.scrollTop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user