You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
454 B

Table < UITable
layout: verticalBox
header-column-style: HeaderTableColumn
header-row-style: HeaderTableRow
column-style: TableColumn
row-style: TableRow
TableData < UIScrollArea
layout: verticalBox
TableRow < Label
layout: horizontalBox
height: 10
text-wrap: true
TableColumn < Label
width: 30
text-wrap: true
TableHeaderRow < Label
layout: horizontalBox
height: 10
text-wrap: true
TableHeaderColumn < Button
width: 30