The JadeSkinTable class now provides the following properties.
fixed3D
This Integer property controls whether the table fixed cells are drawn in three‑dimensional style. The property can be set to one of the following values.
Integer Value | Description |
---|---|
0 (the default) | A table when it uses this skin does not draw the fixed cells as 3D elements. (The value of the Table class fixed3D property is ignored.) |
1 (true) | A table when it uses this skin draws the fixed cells as 3D elements. (The value of the Table class fixed3D property is ignored.) |
2 (use the Table control value) | Ignores this skin property and uses the value of the Table class fixed3D property. |
fixedColumnsBackColor
This Integer property specifies the color with which the background of fixed columns is drawn.
The default value of #80000000 means that this property is ignored. The background color of fixed columns for any other value is drawn using the specified value of this property.
fixedRowColorHasPrecedence
This Boolean property specifies whether cells that are in both a fixed row and a fixed column are drawn using the value of the fixedRowsBackColor property. The default value is true.
When true, cells that are in both a fixed row and a fixed column are drawn using the value of the fixedRowsBackColor property. When false, cells that are in both a fixed row and a fixed column are drawn using the value of the fixedColumnsBackColor property.
fixedRowsBackColor
This Integer property specifies the color with which the background of fixed rows is drawn.
The default value of #80000000 means that this property is ignored. The background color of fixed rows for any other value is drawn using the specified value of this property.
If a fixed cell has a specific background color set by the Table class backColor property value of a cell, row, or column, the background color of a table skin using one of the above properties is ignored.