Exemplo n.º 1
0
        public ImageWrapLayoutPageCS()
        {
            wrapLayout = new WrapLayout();

            Content = new ScrollView
            {
                Margin  = new Thickness(0, 20, 0, 20),
                Content = wrapLayout
            };
        }
Exemplo n.º 2
0
        public ImageWrapLayoutPageCS()
        {
            _wrapLayout = new WrapLayout();

            Content = new ScrollView
            {
                Margin  = new Thickness(20, 35, 20, 20),
                Content = _wrapLayout
            };

            _client = new HttpClient();
        }