From http://www.w3schools.com (Copyright Refsnes Data)
Complete Panel Control Reference
The Wrap property is used to set or return whether or not content should wrap in the Panel control.
|
<asp:Panel Wrap="TRUE|FALSE" runat="server"> Some Content </asp:Panel> |
ExampleThe following example sets the Wrap property to "FALSE" in a Panel control:
Show example » |
Complete Panel Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)