Ionic 4: How to focus the view of ion-segment when its clicked
问题 There are five ion-segment-button, Something | Something | Something | Something | Something If I click the 4th segment the view didnt follow or focus to the current segment. Above is the current screenshot I want the view move (to the right or focus it to the center) when the segment is clicked HTML: <ion-row> <!-- ion-segment --> <ion-toolbar> <ion-segment (ionChange)="segmentChanged()" [(ngModel)]="segment" color="tertiary" scrollable> <ion-segment-button value="0"> Something </ion-segment