C1.Win.8 Assembly / C1.Framework Namespace / ScrollableStackPanel Class
Members

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

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

See Also