I am using view pager but want to use more than four tabs. How can I achieve that?

Use select tab property with the position variable in the ViewPager.PageSelected event, same for the TabItem selected event, you don’t need to use If then block :wink: Also you might need to subtract the view pager position variable by one as it starts from 0 not 1:

1 Like