Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth, int orientation, bool reverseLayout ) : System | ||
context | Android.Content.Context | |
columnWidth | int | |
orientation | int | |
reverseLayout | bool | |
Результат | System |
public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void | ||
recycler | RecyclerView | |
state | RecyclerView | |
widthSpec | int | |
heightSpec | int | |
Результат | void |