Unicode Controls & Classes for VB6 - Version 4

ctlScroll.Layout Property

Gets or sets the layout type (vertical / horizontal)

Syntax
Public Property Get Layout () As eCtlScrollLayout
Public Property Let Layout (ByVal New_Layout As eCtlScrollLayout)
Parameters
Parameter Description
ByVal New_Layout As eCtlScrollLayout The new value
Remarks