Switch focus to a different tab in a pivot control in c#

174 Views Asked by At

Is it possible to switch focus between tabs with code in a Pivot control in a c# uwp app? I tried using Pivot.SelectedIndex = 1; but that does not do the trick. Is it not possible or am I just doing it wrong?

1

There are 1 best solutions below

1
AudioBubble On

I meant to post this as a comment but I don't have enough reputation to do so so you have my apologies, I know you probably wont want to do this but if you want you could make your own controls so that way they don't have the background like a toolbar and even if it does have a background you could change the background color, hope this helps.