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

Using StackLayout in SfRotator

Hi,


I'd like to create some from pages inside the Rotator, and I'm using `stackLayout` for this.

            var item = new SfRotatorItem();
            item.ItemContent = new StackLayout
            {
                //HorizontalOptions = LayoutOptions.CenterAndExpand,
                //VerticalOptions = LayoutOptions.CenterAndExpand,
                Children =
                {
                    new Label {Text = "f", HorizontalTextAlignment = TextAlignment.Center, TextColor = Color.White, },
                    Entry,
                    Btn,
                    noteLbl,
                }
            };
            rotator.DataSource.Add(item);


The above code doesn't show anything and the page will be empty, please let me know how can I fix it.

Thanks in advanced,


1 Reply

AP Ashwini Paranthaman Syncfusion Team August 22, 2016 06:43 AM UTC

Hi Trinitro, 
 
As we are a US based business and therefore by law we cannot engage in any commercial transaction with businesses from Iran, we are regretfully unable to help you with this. 
 
Regards, 
Ashwini P. 


Loader.
Live Chat Icon For mobile
Up arrow icon