property Record.ScrollBars as ScrollBarsEnum
Specifies the type of scroll bars that control adds.

TypeDescription
ScrollBarsEnum A ScrollBarsEnum expression that indicates which scroll bars will be visible in the control. 
Use the ScrollBars property to specify what scroll bars the control adds. By default, the control adds scroll bars when they are required. Use the LayoutWidth property to get the width in pixels that's required so no horizontal scroll bar is required. Use the LayoutHeight property to get the height in pixels that's required so no vertical scroll bar is required.