C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / FlexViewerScrollBars Enumeration

FlexViewerScrollBars Enumeration
Specifies which scroll bars will be visible on a control.
Syntax
'Declaration
 
Public Enum FlexViewerScrollBars 
   Inherits System.Enum
 
Members
MemberDescription
BothBoth horizontal and vertical scroll bars are shown.
HorizontalOnly horizontal scroll bars are shown.
NoneNo scroll bars are shown.
VerticalOnly vertical scroll bars are shown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.FlexViewer.FlexViewerScrollBars

See Also