Simplify the usage of scrollableElement

This commit is contained in:
Alex Dima
2016-04-30 15:35:00 +02:00
parent 83c5096fcd
commit 6cf0724bfe
25 changed files with 524 additions and 849 deletions

View File

@@ -198,7 +198,7 @@ export class List<T> implements IDisposable {
}
get contentHeight(): number {
return this.view.getScrollHeight();
return this.view.getContentHeight();
}
layout(height?: number): void {