public ProductionSegmentsTableView(System.Drawing.RectangleF frame) : base(frame, UITableViewStyle.Grouped) { Source = new MyTableViewSource(new HogType()); AutoresizingMask = UIViewAutoresizing.FlexibleWidth; }