WebPartZoneBase.LayoutOrientation Property
Assembly: System.Web (in system.web.dll)
public: virtual property Orientation LayoutOrientation { Orientation get (); void set (Orientation value); }
/** @property */ public Orientation get_LayoutOrientation () /** @property */ public void set_LayoutOrientation (Orientation value)
public function get LayoutOrientation () : Orientation public function set LayoutOrientation (value : Orientation)
Property Value
An Orientation value that determines how controls in a zone are arranged. The default orientation is Vertical.The LayoutOrientation property concerns how Web Parts controls are laid out in a zone. With the default Vertical orientation, the controls are rendered in a top-to-bottom arrangement, according to the ZoneIndex value of each control. With a Horizontal orientation, the controls are arranged side by side, subject to the width of the zone.
The following code example demonstrates the declarative and programmatic use of the LayoutOrientation property on a WebPartZone control. For the full code example, including the code-behind source file and the .aspx page that contains the zone in this code, see the WebPartZoneBase class overview.
Notice that the LayoutOrientation property has a value assigned to it in the declarative markup. This value impacts WebPartZone1, after you load the page into a browser. The Web Parts controls in the zone are rendered horizontally.
You can click the Toggle Layout Orientation button to change the orientation of the zone. The code to toggle the orientation occurs in the following code example from the partial class.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.