UIScrollView.AddChild(IUIComponent) Method
Definition¶
Namespace: Brine2D.UI
Adds a child component to the scroll view. Child positions are relative to the scroll view's content area.
public void AddChild(Brine2D.UI.IUIComponent child);
Parameters¶
child IUIComponent