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?.