Blog.Mobile.Components.BaseScrollView.BaseScrollView C# (CSharp) Method

BaseScrollView() public method

public BaseScrollView ( ) : Xamarin.Forms
return Xamarin.Forms
		public BaseScrollView()
		{
			VerticalOptions = LayoutOptions.FillAndExpand;
			HorizontalOptions = LayoutOptions.FillAndExpand;
		}
	}
BaseScrollView