C# Class MonocleGiraffe.Android.Controls.GridAutofitLayoutManager

Inheritance: GridLayoutManager
Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Method Details

GridAutofitLayoutManager() public méthode

public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth ) : System
context Android.Content.Context
columnWidth int
Résultat System

GridAutofitLayoutManager() public méthode

public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth, int orientation, bool reverseLayout ) : System
context Android.Content.Context
columnWidth int
orientation int
reverseLayout bool
Résultat System

OnMeasure() public méthode

public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void
recycler RecyclerView
state RecyclerView
widthSpec int
heightSpec int
Résultat void