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

Different Content will go to another tab content

when go second tab and select another tab , the content will go back 1st tab content 

Please advise 

  <tabView:SfTabView VisibleHeaderCount="4" TabHeaderPosition="Bottom">
                <!--tab1-->
                <tabView:SfTabItem Title="NEWS">
                  <tabView:SfTabItem.Content>
                    <tabView:SfTabView BackgroundColor="Gainsboro" >
                        <tabView:SfTabItem Title="Ahmed">
                            <tabView:SfTabItem.Content>
                                <Grid BackgroundColor="Red" />
                            </tabView:SfTabItem.Content>
                        </tabView:SfTabItem>

                        <tabView:SfTabItem Title="yacine">
                            <tabView:SfTabItem.Content>
                                <Grid BackgroundColor="Green" />
                            </tabView:SfTabItem.Content>
                        </tabView:SfTabItem>

                    </tabView:SfTabView>
                </tabView:SfTabItem.Content>
              
                </tabView:SfTabItem>
            
               <!--tab2-->
                <tabView:SfTabItem Title="Shop">
                  <tabView:SfTabItem.Content>
                          <tabView:SfTabView BackgroundColor="Gainsboro" >
                            <tabView:SfTabItem Title="Ahmed2">
                                <tabView:SfTabItem.Content>
                                    <Grid BackgroundColor="Red" />
                                </tabView:SfTabItem.Content>
                            </tabView:SfTabItem>

                            <tabView:SfTabItem Title="yacine3">
                                <tabView:SfTabItem.Content>
                                    <Grid BackgroundColor="Pink" />
                                </tabView:SfTabItem.Content>
                            </tabView:SfTabItem>

                       

                     </tabView:SfTabView>
                   </tabView:SfTabItem.Content>
               </tabView:SfTabItem>
                <!--tab3-->
                <tabView:SfTabItem Title="NEWS3" x:Name="tab14">
                    <tabView:SfTabItem.Content>

                    <tabView:SfTabView BackgroundColor="Gainsboro" >
                        <tabView:SfTabItem Title="Ahmed2">
                            <tabView:SfTabItem.Content>
                                <Grid BackgroundColor="Red" />
                            </tabView:SfTabItem.Content>
                        </tabView:SfTabItem>

                        <tabView:SfTabItem Title="yacine3">
                            <tabView:SfTabItem.Content>
                                <Grid BackgroundColor="Pink" />
                            </tabView:SfTabItem.Content>
                        </tabView:SfTabItem>



                    </tabView:SfTabView>

                </tabView:SfTabItem.Content>

                </tabView:SfTabItem>

                <!--tab4-->
                <tabView:SfTabItem Title="NEWS4" x:Name="tab15">
                    <tabView:SfTabItem.Content>

                        <StackLayout x:Name="tab4">
                            <Label Text="tab12"></Label>
                        </StackLayout>


                    </tabView:SfTabItem.Content>

                </tabView:SfTabItem>
           
        </tabView:SfTabView>
    

3 Replies

MK Muneesh Kumar G Syncfusion Team June 3, 2019 11:08 AM UTC

Hi Anson, 
 
We have validated your query and tried to replicate the reported problem" Different Content will go to another tab content" at our end by created a sample based on provided code snippet.  
 
Since we are not aware of your exact application scenario, so we request you to try our sample and can you please revert us by modifying the sample based on your application along with replication procedure. Please let us know in which platform the application get crashed. This will be helpful for us to investigate further and provide you a better solution at the earliest.  
 
 
Regards,
Muneesh Kumar G. 
 



AN ANSON June 3, 2019 01:58 PM UTC

Thanks for your fast response, the attachment I failed to download 

I had uploaded the sample file for easy understanding



Attachment: MBE3923_(2)_c1707928.zip


MK Muneesh Kumar G Syncfusion Team June 4, 2019 12:51 PM UTC

Hi Anson,     
 
We were able to reproduce the issue with our source. This issue has been fixed in our 17.1.0.50 version. So, please upgrade to our latest version to resolve this problem.  
 
Regards,    
Muneesh Kumar G. 


Loader.
Live Chat Icon For mobile
Up arrow icon