IsVisible issues

     Hi,

When I setup the IsVisible="false" in the Xaml and I setup the isvisible=true by code nothing is shown in the rotator.

If I setup the IsVisible=true in the xaml it works perfectly.

My code to show the rotator:

 this.rotator.IsVisible = true;
 this.rotator.SelectedIndex = 1;

The code of the xaml is:

 <sfrotator:SfRotator IsVisible="true" Grid.Row="0" x:Name="rotator" HorizontalOptions="Fill" DotPlacement="None"
                                                 EnableSwiping="False" VerticalOptions="FillAndExpand" BackgroundColor="#93000004" >
                    <sfrotator:SfRotator.DataSource>
                        <sfrotator:SfRotatorItem>
                            <sfrotator:SfRotatorItem.ItemContent>
                            ...
                        </sfrotator:SfRotatorItem.ItemContent>
                        </sfrotator:SfRotatorItem>



3 Replies 1 reply marked as answer

RS Ramya Soundar Rajan Syncfusion Team June 26, 2020 01:48 PM UTC

Hi Alexis, 
 
Greetings from Syncfusion. 
 
We have prepared a sample based on the code snippet provided and checked the reported issue with the latest Syncfusion NuGet (18.1.0.59). Unfortunately, we could not reproduce the issue at our end. Please find the sample from below link 
 
  
Could you please check the reported issue with the latest nuget and if you are still facing the reported problem  please modify the sample with the issue reproducing steps and also share which platform that you are facing this issuer and the Syncfusion NuGet that you are using which will be helpful to investigate further to provide the solution at the earliest. 
 
Regards, 
Ramya S 


Marked as answer

AL Alexis June 26, 2020 10:48 PM UTC

Ok I think I understood the issue because I have a lot of issues in this page which is not normal.


My page is in a tab. I use this code in my mainview

  _pageService.CreatePage(typeof(ProfileView), null).ContinueWith((result) =>
            {
                profileView = result.Result as ProfileView;
                profileTab.Content = profileView.Content;
            });

But if I do this, I doubt it works with SfBackDropPage. For example the IsBackLayerRevealed is not working.

But if I set the content of the page it will ignore the properties of the page. I have also issues with scrollview in the backdroppage.

If I use all of this in a Page everything works.

So I think the question is more, how to setup a SfBackDropPage in a tabpage?




SP Sakthivel Palaniyappan Syncfusion Team June 29, 2020 12:59 PM UTC

Hi Alexis,

Thanks for the update.

We have checked the reported issue with TabbedPage and SfBackDropPage, but we could not reproduce the issue at our end. Please find the sample from below link

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStarted1713221421.zip

Since we are not aware of exact scenario of the issue, could you please check the issue with the attached sample and let us know whether it is reproduced or not? If the issue was not reproduced in this sample, please revert us by modifying the sample based on your application along with replication procedure or provide the sample and also share which platform you are facing issue. This will be helpful for us to investigate further and provide you a better solution at the earliest.

Regards,
Sakthivel P.


Loader.
Up arrow icon