GraffitiWallPanel

Enumerations #

NameValues
OverflowVisibilityVisible
Auto
Hidden
Scroll

Constants #

This class exposes no constants.

Events #

This class does not expose any events.

Methods #

NameParametersReturn TypeDescription
ConstructorBGColor as Color, container as WebContainerNoneCreates a new instance.
Constructorcontainer as WebContainerNoneCreates a new instance.

Properties #

NameTypeDefault ValueDescription
BackgroundColor&cFFFFFFFFThe background color of the panel.
ChildWebControlNilThe control you wish to embed. We use WebControl here so that you can either embed a single item, or embed a container.
OverflowOverflowVisibilityVisibleDetermines how items that do not fit within the panel’s viewable area are displayed.
PercentWidthInteger0Sets the panel to occupy a percentage width of the control’s viewable area (without scroll). When PercentWidth = 0 the WebContainer’s original width is used.
PercentHeightInteger0Sets the panel to occupy a percentage height of the control’s viewable area (without scroll). When PercentHeight = 0 the WebContainer’s original height is used.

Examples #

There are currently no examples for this class.