Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ScrollContent Enumeration

In This Topic
    ScrollContent Enumeration
    In This Topic
    Specifies a style of scrolling C1AccordionPage content.
    Syntax
    'Declaration
     
    
    Public Enum ScrollContent 
       Inherits System.Enum
    public enum ScrollContent : System.Enum 
    Members
    MemberDescription
    AutosizeThe C1AccordionPage content area is automatically resized to fit the entire content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Accordion.ScrollContent

    See Also