property ExFolderView.VerticalWidth as Long
Retrieves the width of the vertical scroll bar.

TypeDescription
Long A long expression that indicates the width of the control's vertical scroll bar, in pixels.
The VerticalWidth property returns the vertical scroll bar's width. The VerticalOffset property specifies the vertical scroll position. The VerticalOversize property specifies the maximum value for the vertical scroll's position. Use the Scrollbars property to specify whether the control should add vertical or vertical scroll bars when they required.