Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (22 loc) · 1.12 KB

webbrowsercontrol-scrollleft-property-access.md

File metadata and controls

40 lines (22 loc) · 1.12 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
WebBrowserControl.ScrollLeft Property (Access)
vbaac10.chm14366
vbaac10.chm14366
access
Access.WebBrowserControl.ScrollLeft
1526e744-8276-55bd-bd2a-b7c36cd7c3af
06/08/2017

WebBrowserControl.ScrollLeft Property (Access)

Gets or sets the distance, in pixels, between the left edge of the WebBrowser object and the leftmost portion of the content currently visible in the control. Read/write Long.

Syntax

expression. ScrollLeft

expression A variable that represents a WebBrowserControl object.

Remarks

This property value equals the current horizontal offset of the content within the scrollable range. Although you can set this property to any value, if you assign a value less than 0, the property is set to 0. If you assign a value greater than the maximum value, the property is set to the maximum value.

This property is always 0 for objects that do not have scroll bars. For these objects, setting the property has no effect.

See also

Concepts

WebBrowserControl Object