Skip to content

SurfaceViewer.ScrollBarModes Enum

Determines how the control draws the scroll bars.

C#
public enum SurfaceViewer.ScrollBarModes

Always draw the scroll bars on the control.

C#
Always = 0

Never show the scroll bars on the control.

C#
Never = 1

Display the scroll bars if needed.

C#
AsNeeded = 2