[SOLVED] Ionic 3.1.0: How to get scrollHeight, scrollElement deleted in Scroll class

Got it it seems:

@ViewChild('myScrollY') scrollY: Scroll;
this.scrollY._scrollContent.nativeElement.scrollHeight;
1 Like