mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
@@ -220,6 +220,10 @@ export class List<T> implements IDisposable {
|
||||
return this.view.getScrollTop();
|
||||
}
|
||||
|
||||
set scrollTop(scrollTop: number) {
|
||||
this.view.setScrollTop(scrollTop);
|
||||
}
|
||||
|
||||
layout(height?: number): void {
|
||||
this.view.layout(height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user