Grid

interface Grid : UiElementContainer, UiElement

A grid UI element. The rows and columns of the grid may have different widths and heights.

Types

Initializer
Link copied to clipboard
interface Initializer : UiElementContainer.Initializer
Initializer for a grid.
Pos
Link copied to clipboard
data class Pos(x: Int, y: Int)
A position if a UI element within a grid.
Span
Link copied to clipboard
data class Span(width: Int, height: Int)
The size of a UI element within the grid in grid cells.