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

namespace: Crow

Inheritance Hierarchy

  • TableRow

Syntax

public class TableRow : GroupBase, ISelectable

Constructors

prototype description

Properties

name description
IsSelected __
Table __

Methods

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) __

Events

name description
ChildrenCleared __
Selected __
Unselected __
Clone this wiki locally