Ribbon for WinForms
SmoothScrolling プロパティ (ScrollablePanel)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > ScrollablePanel クラス : SmoothScrolling プロパティ
Gets or sets whether the scrolling should be performed in steps.
シンタックス
'宣言
 
Public Property SmoothScrolling As Boolean
public bool SmoothScrolling {get; set;}
解説

Setting this property to true causes the panel to scroll its contents in steps when the ScrollablePanel.ScrollPosition property changes. The result is a smooth scrolling effect, as opposed to the instant change applied when SmoothScrolling is set to false.

参照

ScrollablePanel クラス
ScrollablePanel メンバ