We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Replicating a TabbedPage with the SFTabView Control

Hi, I have the following TabbedPage on my project:

<TabbedPage 
    xmlns="http://xamarin.com/schemas/2014/forms" 
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
    x:Class="DelphosMobile.IndicadorTabs"
    xmlns:local="clr-namespace:DelphosMobile"
    xmlns:local2="clr-namespace:DelphosMobile.Controllers">
    <local:IndicadorDetalle Icon="indicadores"/>
    <local:Responsables Icon="responsable"/>
    <local2:PlanesAccion Icon="planes"/>
    <local2:Presupuestos Icon="presupuesto"/>
    <local2:CamposAdicionales Icon="campos"/>
</TabbedPage>

local and local2 make reference to the corresponding pages. When I run the app, the Tabbed page shows as expected.

I want to implement the SFTabView control, but I can't find  any documentation/example in how to load a page as the TabItem.content, only controls. 

Any help to get this done will be welcome.

Andres.


1 Reply

MK Muneesh Kumar G Syncfusion Team May 21, 2019 06:36 AM UTC

Hi Andres, 
 
Greetings from Syncfusion,  
  
Currently we do not have support to achieve your requirement “Provide content page support for SfTabItem “ but we have logged a feature request on this and it can be tracked through our feedback portal below. 
  
  
Please cast your vote to make it count. We will prioritize the features every release based on the demands. 
  
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal.

 
Regards, 
Muneesh Kumar G.  


Loader.
Live Chat Icon For mobile
Up arrow icon