InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / 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 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