PowerTools SPREAD for Windows Forms 8.0J
HeaderIndicatorPositionAdjusting プロパティ


ソートおよびフィルタリングインジケーターと列の右端との距離を取得または設定します。
構文
'Declaration
 
Public Property HeaderIndicatorPositionAdjusting As Integer
'使用法
 
Dim instance As FpSpread
Dim value As Integer
 
instance.HeaderIndicatorPositionAdjusting = value
 
value = instance.HeaderIndicatorPositionAdjusting
public int HeaderIndicatorPositionAdjusting {get; set;}

プロパティ値

ソートおよびフィルタインジケーターを左に移動する距離を指定するSystem.Int32値。
解説
タッチデバイスでは、ソートおよびフィルタインジケーターを左に移動すると、サイズ変更操作が簡単になります。
次のサンプルコードは、HeaderIndicatorPositionAdjustingプロパティを設定します。
fpSpread1.HeaderIndicatorPositionAdjusting = 5;
fpSpread1.HeaderIndicatorPositionAdjusting = 5
参照

FpSpread クラス
FpSpread メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.