property ExFolderView.Scrollbars as ScrollBarsEnum
Returns value indicating whether an object has horizontal or vertical scroll bars

TypeDescription
ScrollBarsEnum A ScrollBarsEnum expression that specifies whether the control adds horizontal and vertical scroll bars when they required.
Use the Scrollbars property to specify whether the control should add horizontal or vertical scroll bars when they required. The HorisontalOversize property specifies the maximum value for the horizontal scroll's position. The HorizontalOffset property specifies the horizontal scroll position. The HorizontalHeight property returns the horizontal scroll bar's height. The VerticalOversize property specifies the maximum value for the vertical scroll's position. The VerticalWidth property returns the vertical scroll bar's width. The VerticalOffset property specifies the vertical scroll position.