MESCIUS SPREAD for Windows Forms 15.0J
HeaderIndicatorPositionAdjusting プロパティ
使用例 

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

プロパティ値

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

FpSpread クラス
FpSpread メンバ

 

 


© MESCIUS inc. All rights reserved.