Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow

Inheritance Hierarchy

  • Table

Syntax

public class Table : VerticalStack

Constructors

prototype description
Table () __
Table (Interface iface, string style=null) __

Properties

name description
BorderLineWidth __
Columns __
ColumnSpacing __
HeaderCellTemplate __
HorizontalLineWidth __
RowsMargin __
VerticalLineWidth __

Methods

prototype description
void ClearChildren() __
void InsertChild(int idx, Widget g) __
void onMouseMove(object sender, MouseMoveEventArgs e) __

Events

name description
Clone this wiki locally