Property | Type | Description |
---|
Method | Description | |
---|---|---|
GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth ) : System | ||
GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth, int orientation, bool reverseLayout ) : System | ||
OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void |
public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth ) : System | ||
context | Android.Content.Context | |
columnWidth | int | |
return | System |
public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth, int orientation, bool reverseLayout ) : System | ||
context | Android.Content.Context | |
columnWidth | int | |
orientation | int | |
reverseLayout | bool | |
return | System |
public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void | ||
recycler | RecyclerView | |
state | RecyclerView | |
widthSpec | int | |
heightSpec | int | |
return | void |