Click or drag to resize

ThinDetailRendererAddControlsFlow Method

Overload List
  NameDescription
Public methodStatic memberAddControlsFlow(Control, IMapper, Boolean, ControlCreationFlags, String)
Add controls to the page where no page layout has been specified. Controls are placed based on the PhantomCellColumns and PhantomCellWidth mapper properties, if specified, else in a single column with each control's width based on its ColumnWidth value.
Public methodStatic memberAddControlsFlow(Control, Control, IMapper, Boolean, ControlCreationFlags, String)
Add controls to the page where no page layout has been specified. Controls are placed based on the PhantomCellColumns and PhantomCellWidth mapper properties, if specified, else in a single column with each control's width based on its ColumnWidth value.
Top
See Also