Click or drag to resize

PFLayoutWidgetBuilderNodeTChildrenLayoutAddChild Method

Overload List
  NameDescription
Public methodAddChild(PFWidgetBase, TChildrenLayout)
Adds another PFWidgetBase as a child of this widget.
Public methodAddChild(PFWidgetTreeBuilderNode, TChildrenLayout)
Adds a PFWidgetTreeBuilderNode and use it as a child of this widget. This overload is useful when you want to nest layout widgets inside of other layout widgets.
Top
See Also