Click or drag to resize
ScrollPane Constructor
Initializes a new instance of the ScrollPane class

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ScrollPane(
	GComponent owner,
	ScrollType scrollType,
	Margin scrollBarMargin,
	ScrollBarDisplayType scrollBarDisplay,
	int flags,
	string vtScrollBarRes,
	string hzScrollBarRes
)

Parameters

owner
Type: FairyGUIGComponent
scrollType
Type: FairyGUIScrollType
scrollBarMargin
Type: FairyGUIMargin
scrollBarDisplay
Type: FairyGUIScrollBarDisplayType
flags
Type: SystemInt32
vtScrollBarRes
Type: SystemString
hzScrollBarRes
Type: SystemString
See Also