Click or drag to resize

ThinDetailLayout Method

Layout the mapper's controls.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Layout(
	PageElementInfo pei,
	ControlCreationFlags purpose,
	string layout,
	string layoutSource,
	ThinLayoutFlags flags,
	string fieldList
)

Parameters

pei
Type: NetQuarryPageElementInfo
The PageElementInfo descriptor for the current page element. May be null.
purpose
Type: NetQuarry.DataControlCreationFlags
The purpose of the page.
layout
Type: SystemString
The page layout spec, if any.
layoutSource
Type: SystemString
The source of the layout spec, if any.
flags
Type: NetQuarry.Data.WebMappersThinLayoutFlags
Flags specifying how the page is to be rendered.
fieldList
Type: SystemString
Optional semi-colon-separated list of fields to include.
Remarks
When in design mode, or when there is a page-specific mapper layout, controls are layed out using absolute positioning. Otherwise controls are layed out using flow positioning.
See Also