Beispiel #1
0
            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();
            }
Beispiel #2
0
 public VerticalCalendarListViewAdapterViewHolder(Android.Views.View view, VerticalCalendarRow row) : base(view)
 {
     this.Row          = row;
     this.IsRecyclable = true;
 }