-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.TableRow
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow
TableRow
public class TableRow : GroupBase, ISelectable
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
IsSelected |
__ | |
Table |
__ |
⬜ | prototype | description |
---|---|---|
void ChildrenLayoutingConstraints(ILayoutable layoutable, ref LayoutingType layoutType) |
Used to prevent some layouting type in children. For example, in the GenericStack, x layouting is dismissed in the direction of the stacking to let the parent arrange children in the x direction. | |
void ClearChildren() |
__ | |
void InsertChild(int idx, Widget g) |
__ | |
int measureRawSize(LayoutingType lt) |
return size of content + margins | |
void OnChildLayoutChanges(object sender, LayoutingEventArgs arg) |
__ | |
void OnLayoutChanges(LayoutingType layoutType) |
trigger dependant sizing component update | |
void RemoveChild(Widget child) |
__ |
⬜ | name | description |
---|---|---|
ChildrenCleared |
__ | |
Selected |
__ | |
Unselected |
__ |