c# - Windows 10 Universal App: Preventing Headers from Rotating in Pivot Control -


i attempting keep pivot headers cycling carousel can't seem find right property or setting so. possible disable?

basically stop happening:

state one:

| 1 | 2 | 3 | 4 | 

state 2 - after left swipe:

| 2 | 3 | 4 | 1 | 

i don't mind text highlight changing moves down etc, don't want pivot items shifting position. know can solve using additional controls , disabling headers altogether, hoping there built in solution.

it's worth noting if pivot element has 4 or fewer pivotitems headers aren't treated carousel won't rotate.

microsoft design guidelines recommend keeping number of pivotitems 5 or fewer.

my solution use 4 pivotitems only.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -