EAPCtrlUtilsHeightForcer Method |
Generates a literal control for use in a table to force a minimum row height.
Seems to work more reliably than min-height CSS and works in all browsers including IE6.
See
HeightForcerHtml(Boolean, Int32) to get the HTML enbodied in the control.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Control HeightForcer(
bool isIE,
int height
)
Public Shared Function HeightForcer (
isIE As Boolean,
height As Integer
) As Control
Parameters
- isIE
- Type: SystemBoolean
Specifies whether or not rendering for IE. - height
- Type: SystemInt32
The height to use, in pixels.
Return Value
Type:
ControlThe forcer control.
See Also