public FlowLayout(Context context, IAttributeSet attributeSet, int defStyle) : base(context, attributeSet, defStyle)
 {
     this.config = new LayoutConfiguration(context, attributeSet);
 }
 public FlowLayout(Context context) : base(context)
 {
     this.config = new LayoutConfiguration(context, null);
 }