Xamarin form - Overlay Frame on TabView

Kok Sang 1 Reputation point
2021-03-02T14:07:45.007+00:00
  1. How do I set an overlay Frame on TabView? < <Frame IsVisible="{Binding IsVisible}"> <label Text="Hello"/> </Frame> <xct:TabView> <xct:TabViewItem Title="tab1"/> <xct:TabViewItem Title="tab2"/> <xct:TabViewItem TabTapped="TabViewItem_TabTapped"/> <xct:TabViewItem Title="tab3"/> </xct:TabView>

When I click TabTapped the Frame is still behind TabView. how could I set the Frame to in front of tab view?.
73367-tabview.jpg

Developer technologies .NET Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.