-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Table
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow
Table
public class Table : VerticalStack
⬜ | prototype | description |
---|---|---|
Table () |
__ | |
Table (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
BorderLineWidth |
__ | |
Columns |
__ | |
ColumnSpacing |
__ | |
HeaderCellTemplate |
__ | |
HorizontalLineWidth |
__ | |
RowsMargin |
__ | |
VerticalLineWidth |
__ |
⬜ | prototype | description |
---|---|---|
void ClearChildren() |
__ | |
void InsertChild(int idx, Widget g) |
__ | |
void onMouseMove(object sender, MouseMoveEventArgs e) |
__ |
⬜ | name | description |
---|