コード例 #1
0
 public NestedRecyclerView2(Context context) : base(context)
 {
     _context = context;
     _helper  = new NestedScrollingParentHelper(this);
     NestedScrollingEnabled = true;
 }
コード例 #2
0
 public NestedRecyclerView2(Context context, IAttributeSet attrs, int defStyle) : base(context, attrs, defStyle)
 {
     _context = context;
     _helper  = new NestedScrollingParentHelper(this);
     NestedScrollingEnabled = true;
 }
コード例 #3
0
 public NestedScrollView2(Context context, IAttributeSet attrs) : base(context, attrs)
 {
     parentHelper = new NestedScrollingParentHelper(this);
 }