[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl,InheritPanel Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a panel that dynamically lays out its contents horizontally or vertically [Edit] Class=Panel Color=BackColor Caption=Text [Property] Width= |1|200 Height= |1|100 @Text= |2| @FlowDirection=Sets a value indicating the flow direction of the FlowLayoutPanel control. ARG(FlowDirection)|14|0|LeftToRight,TopDown,RightToLeft,BottomUp @WrapContents=Sets a value indicating whether the FlowLayoutPanel control should wrap its contents or let the contents be clipped. ARG(bool)|14|0|True,False [Methods] *doGetFlowBreak=Returns a value that represents the flow-break setting of the FlowLayoutPanel control. ARG(Control control)|1|0 *doSetFlowBreak=Sets the value that represents the flow-break setting of the FlowLayoutPanel control. ARG(Control control, bool value)|1|0 *onGetFlowBreak=Occurs after invoke the method doGetFlowBreak and returns the result ARG(bool)|2|104 *FlowDirection=Returns a value indicating the flow direction of the FlowLayoutPanel control. ARG(FlowDirection)|3|0 *LayoutEngine=Returns a cached instance of the panel's layout engine. ARG(LayoutEngine)|3|0 *WrapContents=Returns a value indicating whether the FlowLayoutPanel control should wrap its contents or let the contents be clipped. ARG(bool)|3|104 FlowLayoutPanel=Returns the FlowLayoutPanel object. ARG(FlowLayoutPanel)|3|0 *control=The child control. ARG(Control)|4|0 *value=The flow-break value to set. ARG(bool)|4|104