バージョン

ConvertItemsToScrollUnitsHelper メソッド (UltraZoomPanel)

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

パラメータ

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

戻り値の型

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

参照

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