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

TypeDescription
Long A long expression that specifies the width of the control's Text, including content not visible on the screen due to overflow
The TextScrollWidth property gets the width of the control's Text, including content not visible on the screen due to overflow. The TextScrollWidth property does not include the size of the control's borders or toolbar. The TextScrollHeight property gets the height 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.