FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerScrollBars Enumeration

In This Topic
    FlexViewerScrollBars Enumeration
    In This Topic
    Specifies which scroll bars will be visible on a control.
    Syntax
    'Declaration
     
    Public Enum FlexViewerScrollBars 
       Inherits System.Enum
    public enum FlexViewerScrollBars : 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.Viewer.FlexViewerScrollBars

    See Also