public HeaderFooterSample()
        {
            InitializeComponent();
            Source              = new HeaderFooter.ContactsInfoRepository().GetContactDetails();
            ListSource          = new HeaderFooter.ContactsInfoRepository().GetContactDetails();
            this.BindingContext = this;

            // this.autoComplete.SuggestionMode =  Syncfusion.SfAutoComplete.XForms.SuggestionMode.c
        }
Esempio n. 2
0
        public HeaderFooterSample()
        {
            InitializeComponent();
            Source              = new HeaderFooter.ContactsInfoRepository().GetContactDetails();
            ListSource          = new HeaderFooter.ContactsInfoRepository().GetContactDetails();
            this.BindingContext = this;

            // this.autoComplete.SuggestionMode =  Syncfusion.SfAutoComplete.XForms.SuggestionMode.c
            if (Device.RuntimePlatform == Device.UWP)
            {
                sampleLayout.WidthRequest      = 500;
                sampleLayout.HorizontalOptions = LayoutOptions.Center;
            }
        }