C# Класс MonocleGiraffe.Android.Fragments.AutoFitStaggeredLayoutManager

Наследование: StaggeredGridLayoutManager
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AutoFitStaggeredLayoutManager ( int columnWidth, int orientation, Android.Content.Context context ) : System
OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void

Описание методов

AutoFitStaggeredLayoutManager() публичный Метод

public AutoFitStaggeredLayoutManager ( int columnWidth, int orientation, Android.Content.Context context ) : System
columnWidth int
orientation int
context Android.Content.Context
Результат System

OnMeasure() публичный Метод

public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void
recycler RecyclerView
state RecyclerView
widthSpec int
heightSpec int
Результат void