Type: Integer
Returns the number of text lines that can fit on the device without causing scrolling.
Special notes for this property:
This property applies only to wireless devices, such as WAP and i-mode phones and PDA devices. This property is not available for all wireless devices. If not available a value of 0 is returned.
This number is based on Western character sets. If the character set is Eastern, such as Japanese, the number available will be half of what is reported by this property.
C# Example:
<html>Char height available:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.CharHeightAvail);
%>
</html>