Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollableStackPanel Class
Members

In This Topic
    ScrollableStackPanel Class
    In This Topic
    Panel that contains two scroll buttons (ButtonPrevious, ButtonNext) and a ScrollablePanel with content that can be scrolled by clicking the buttons.
    Object Model
    ScrollableStackPanel ClassRepeatButtonElement ClassRepeatButtonElement ClassElementList ClassElement ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassScrollablePanel ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class ScrollableStackPanel 
       Inherits StackPanel
    public class ScrollableStackPanel : StackPanel 
    Remarks
    To use this class, assign the Element that contains the scrollable content should be assigned to the ContentElement property.
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.StackPanel
                C1.Framework.ScrollableStackPanel

    See Also