WebControl.Height Property
Assembly: System.Web (in system.web.dll)
Use the Height property to specify the height of the Web server control.
Note |
|---|
| This property does not render for all controls in browsers earlier than Microsoft Internet Explorer version 4. Controls that do not render this property in earlier browsers include Label, HyperLink, LinkButton, and any validation controls. The CheckBoxList, RadioButtonList and DataList also do not render this property in earlier browsers when their RepeatLayout property is set to RepeatLayout.Flow. Furthermore, only unit types of Pixel and Percentage are supported in earlier browsers. |
Because this property is nonstandard HTML, Web server controls that display as a table, such as Table and DataGrid, do not support this property in browsers earlier than Microsoft Internet Explorer version 4.
The following example illustrates how to declaratively set the Height property of the Table control, inherited from the WebControl base class.
Windows 98, Windows 2000 SP4, 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.
Reference
WebControl ClassWebControl Members
System.Web.UI.WebControls Namespace
Style Class
Unit Structure
Label Class
HyperLink Class
LinkButton Class
CheckBoxList Class
RadioButtonList Class
DataList Class
RepeatLayout Enumeration
Table Class
DataGrid Class
Other Resources
ASP.NET Web Server Controls and Browser CapabilitiesWeb Server Control Syntax
Developing Custom ASP.NET Server Controls
Note