HtmlTable.Height Property
.NET Framework 3.0
Gets or sets the height of the HtmlTable control.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Height property to control the height of the HtmlTable control. The height is normally specified in pixels. However, you can also specify a percentage of the browser window height by appending a percent sign (%) to the value. For example, the value 100% indicates a height for the table that is the full height of the browser window. The table automatically expands and contracts as the user changes the window size.
Note: |
|---|
| If you specify a value that is smaller than is required to display the contents of the HtmlTable control, this property is ignored. |
Community Additions
ADD
Show:
Note: