バージョン

ConvertItemsToScrollUnitsHelper メソッド (UltraPanel)

シンタックス
'宣言
 
Protected Overridable Function ConvertItemsToScrollUnitsHelper( _
   ByVal containerElement As Infragistics.Win.UIElement, _
   ByVal orientation As Orientation, _
   ByVal items As Integer _
) As Integer
protected virtual int ConvertItemsToScrollUnitsHelper( 
   Infragistics.Win.UIElement containerElement,
   Orientation orientation,
   int items
)

パラメータ

containerElement
コンテナー UIElement。
orientation
スクロールの向き。
items
スクロールされた項目数。

戻り値の型

コントロールがスクロールするスクロール単位数。
参照

参照

UltraPanel クラス
UltraPanel メンバ
Infragistics.Win.Touch.IGestureConsumer