
'Declaration Public Class ScrollablePanel Inherits BasePanel
public class ScrollablePanel : BasePanel
The child elements are clipped to the bounds of the ScrollablePanel; scrolling is done by setting the ScrollablePanel.ScrollPosition property, which works like the ScrollPosition in the XView control.
This class only implements the scrollable (client) area of a scrollable control. It doesn't have scrollbars or buttons. For that, use the ScrollBarPanel or ScrollableStackPanel classes (or implement your own scrollable panel).
System.Object
C1.Framework.ScrollablePanel