[SOLVED] Ion-scroll select position / focus

How could I set the focus to an element of an ion-scroll aka how could I bring an hidden element of the scroll to the displayed part of my app?

Anyone got an idea how to solve that?

Got it, for example

@ViewChild('datePickerNewAdScrollX') scroll: Scroll;

this.scroll.scrollElement.scrollLeft += 30;
1 Like