Search
Accordion Class
See Also
 





Represents a container of elements. The elements in the Accordion can be expanded or collapsed.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public class Accordion : FlowLayoutPanel

Visual Basic  Copy Code

Public Class Accordion
    Inherits FlowLayoutPanel

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                    System.Windows.Forms.Panel
                        System.Windows.Forms.FlowLayoutPanel
                            MindFusion.Common.WinForms.Accordion

 See Also