MonoMobile.Views.DialogViewTable.DialogViewTable C# (CSharp) Method

DialogViewTable() public method

public DialogViewTable ( RectangleF bounds, UITableViewStyle style ) : System
bounds System.Drawing.RectangleF
style UITableViewStyle
return System
		public DialogViewTable(RectangleF bounds, UITableViewStyle style) : base(bounds, style)
		{
			AlwaysBounceVertical = true;
		}