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

ScrollContent Enumeration
Specifies a style of scrolling C1AccordionPage content.
Syntax
'Declaration
 
Public Enum ScrollContent 
   Inherits 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