Gets/sets a value that specifies how to display scroll bars. The following three modes are supported:

  • scroll bars are always displayed regardless to the control content dimensions;
  • scroll bars are displayed when control content is too large to fit the control client area;
  • scroll bars are never displayed.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

Public MustOverride Property ScrollBarsStyle As ScrollBarsStyle

C#

public abstract ScrollBarsStyle ScrollBarsStyle { get; set; }

Property Value

The ScrollBarsStyle enumeration member that specifies when to display the scroll bars.