I am created a SfTabView inside tabview i add 4 tab , inside the tab i want to navigate another page with tabview, is it possible , if possible then please help how can i do .
Hi Mosabbir,
Query: Inside the tab, I want to navigate to another page with Tabview, is it possible, if possible then please help how can I do this.
The SfTabView doesn't support the reported behavior.
Since The SfTabView control is a ContentView control and it can only be added to a ContentPage. Due to this if we navigate to another page then the SfTabView will not be visible because it is a child of another page.
Regards,
Vijayakumar V