property HTML.TextScrollHeight as Long
Returns the measurement of the height of the control's Text, including content not visible on the screen due to overflow.

TypeDescription
Long A long expression that specifies the height of the control's Text, including content not visible on the screen due to overflow
The TextScrollHeight property gets the height of the control's Text, including content not visible on the screen due to overflow. The TextScrollHeight property does not include the size of the control's borders or toolbar. The TextScrollWidth property gets the width of the control's Text, including content not visible on the screen due to overflow. The BorderWidth/BorderHeight property specifies the size of the empty border shown around the control's text. The TollBarSize property specifies the size / visibility of the control's toolbar.