Panel::Wrap Property
.NET Framework (current version)
Gets or sets a value indicating whether the content wraps within the panel.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the content wraps within the panel; otherwise, false. The default is true.
The following example illustrates how to programmatically set the Wrap property of the Panel control.
Note |
|---|
The following code sample uses the single-file code model and may not work correctly if copied directly into a code-behind file. This code sample must be copied into an empty text file that has an .aspx extension. For more information on the Web Forms code model, see ASP.NET Web Forms Page Code Model. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
