SurfaceViewer.ScrollBarModes Enum
Definition
Section titled “Definition”Determines how the control draws the scroll bars.
public enum SurfaceViewer.ScrollBarModesFields
Section titled “Fields”Always
Section titled “Always”Always draw the scroll bars on the control.
Always = 0Never show the scroll bars on the control.
Never = 1AsNeeded
Section titled “AsNeeded”Display the scroll bars if needed.
AsNeeded = 2