C# 클래스 MonocleGiraffe.Android.Controls.GridAutofitLayoutManager

상속: GridLayoutManager
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

GridAutofitLayoutManager() 공개 메소드

public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth ) : System
context Android.Content.Context
columnWidth int
리턴 System

GridAutofitLayoutManager() 공개 메소드

public GridAutofitLayoutManager ( Android.Content.Context context, int columnWidth, int orientation, bool reverseLayout ) : System
context Android.Content.Context
columnWidth int
orientation int
reverseLayout bool
리턴 System

OnMeasure() 공개 메소드

public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void
recycler RecyclerView
state RecyclerView
widthSpec int
heightSpec int
리턴 void