ColumnSizePolicy
Defines how columns within Table and related controls are sized.
Inheritors
Functions
Link copied to clipboard
abstract fun changeColumnWidth(tableWidth: Double, columns: List<ColumnSizePolicy.Column>, index: Int, to: Double)
Used to set a column's width. Implementations need to set the width(s) of any columns that will be changed to update the table.