SizingPolicy

interface SizingPolicy(source)

Determines how rows or columns are sized within a GridPanel.

Types

Link copied to clipboard
class OverlappingView(val span: Int, val size: Double, val idealSize: Double?)

Represents the dimensions of a View within a collection of cells in a GridPanel.

Functions

Link copied to clipboard
abstract operator fun invoke(panelSize: Double, spacing: Double, views: Map<Int, List<SizingPolicy.OverlappingView>>): Map<Int, Double>

Generates a map between row/column number and width/height.