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

White Page in sforator with ContentView

Hello,
I have the following situation.

My Sfrotator in my parent ContentPage, has defined a SfRotator, bound with the ViewModel

                items.Add(new SfRotatorItem() { ItemContent = new Step1() });
                items.Add(new SfRotatorItem() { ItemContent = new Step2() });
                items.Add(new SfRotatorItem() { ItemContent = new Step3() });
                items.Add(new SfRotatorItem() { ItemContent = new Step4() });
Inside Step1, that is a ContenView, I have a dataForm bound to the view Model:

          <dataform:SfDataForm DataObject="{Binding ChildInfo}" x:Name="dataForm" ValidationMode="LostFocus" LayoutOptions="Default" LabelPosition="Top"                Grid.Row="0" CommitMode="LostFocus">
            </dataform:SfDataForm>

while ChildInfo:

        public ChildRegistration ChildInfo
        {
            get { return this._child; }
            set
            {
                this._child = value;
                RaisePropertyChanged(() => ChildInfo);
            }
        }

The problem is that I have a blank page as I see the Step1 page.
If I exit from step1 and then reload the page, I see finally the dataForm

1 Reply

SP Sakthivel Palaniyappan Syncfusion Team September 23, 2019 12:13 PM UTC

Hi Davide,

Thanks for using Syncfusion products.

We have analyzed your query. But we are afraid, that we are not able to reproduce the issue at our end. Sample we tried can be downloaded from the below location.

Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RotatorVisible1544244240.zip

Since we are not aware of your exact application scenario, so we request if possible, provide sample based on your application along with replication procedure or code snippet.

We need some clarification from our side for this issue.

Query 1: Xamarin.Forms.Version and Syncfusion nuget version that you are used in your sample.
Query 2: Which platform you are facing the issue.

This will be helpful for us to investigate further and provide you a better solution at the earliest.

Please let us know if you have any other concern.

Regards,
Sakthivel P.


Loader.
Live Chat Icon For mobile
Up arrow icon