GridCells.Fixed

class GridCells.Fixed : GridCells


Defines a fixed number of columns, limited to 1 through 5.

For example, LazyVerticalGrid Fixed(3) would mean that there are 3 columns 1/3 of the parent wide.

Summary

Public constructors

Fixed(count: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Int

number of columns in LazyVerticalGrid

Public constructors

Fixed

Added in 1.0.0
Fixed(count: Int)
Parameters
count: Int

number of columns in LazyVerticalGrid

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

count

Added in 1.0.0
val countInt

number of columns in LazyVerticalGrid