Ribbon for WinForms
ScrollablePanel クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : ScrollablePanel クラス
Panel that knows how to scroll child elements bigger than itself.
オブジェクト モデル
ScrollablePanel クラス
シンタックス
'宣言
 
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 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.Element
      C1.Framework.BasePanel
         C1.Framework.ScrollablePanel

参照

ScrollablePanel メンバ
C1.Framework 名前空間