VerticalListPositioner

open class VerticalListPositioner(val height: Double, numColumns: Int = 1, val spacing: Double = 0.0)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(height: Double, numColumns: Int = 1, spacing: Double = 0.0)

Properties

Link copied to clipboard
protected open val height: Double
Link copied to clipboard
protected val numColumns: Int
Link copied to clipboard
protected open val spacing: Double = 0.0

Functions

Link copied to clipboard
fun itemBounds(size: Size, insets: Insets, index: Int, current: View? = null): Rectangle
Link copied to clipboard
fun itemFor(size: Size, insets: Insets, at: Point): Int
Link copied to clipboard
fun minimumSize(numItems: Int, insets: Insets): Size