public VerticalCalendarListViewCellContainer(Context context, VerticalCalendarRow row, int width, int height) : base(context) { this.Row = row; this.RowWidth = width; this.RowHeight = height; this.View = Platform.CreateRendererWithContext(this.Row.View, this.Context); Platform.SetRenderer(this.Row.View, this.View); this.AddView(this.View.View); this.RefreshDrawableState(); }
public VerticalCalendarListViewAdapterViewHolder(Android.Views.View view, VerticalCalendarRow row) : base(view) { this.Row = row; this.IsRecyclable = true; }