Click or drag to resize

StretchedContainer Class

Represents a container which is automatically stretched.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsStretchedContainer

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class StretchedContainer : Control, 
	IResourceLoader, IPostBackDataHandler

The StretchedContainer type exposes the following members.

Constructors
  NameDescription
Public methodStretchedContainer
Initializes a new instance of the StretchedContainer class
Top
Properties
  NameDescription
Public propertyAnchor
Gets or sets the element which defines how to stretch the container.
Public propertyScroll
Gets or sets scroll mode.
Public propertyStretch
Gets or sets stretch mode.
Top
Methods
  NameDescription
Protected methodGetFieldDeclaration
Gets JSON field declaration.
Public methodLoadPostData
Processes post-back data for the container.
Protected methodLoadProperties
Deserializes control properties.
Public methodLoadResources
Loads container resources.
Protected methodOnLoad
Handles Load event.
Public methodRaisePostDataChangedEvent
Signals the container to notify ASP.NET application that the state of the control has been changed.
Protected methodRender
Sends container content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on a client.
Protected methodSaveProperties
Serializes control properties.
Public methodSetRenderContentsMethodDelegate
Assigns an event handler delegate to render container content to its parent control.
Top
Remarks