PowerTools PlusPak for Windows Forms 8.0J
SetRow メソッド

別の行に移動するコントロール。
control の移動先の行。
指定した子コントロールの行位置を設定します。
構文
Public Sub SetRow( _
   ByVal control As Control, _
   ByVal row As Integer _
) 
public void SetRow( 
   Control control,
   int row
)

パラメータ

control
別の行に移動するコントロール。
row
control の移動先の行。
解説

SetRow メソッドは、コントロールを GcTableLayoutContainer コントロールの別の行に移動します。列および行は 0 から始まるインデックスを持っています。行位置を -1 に設定すると、コントロールは最初の空のセルに移動します。

このメソッドは、GcTableLayoutContainer コントロール内のすべてのコントロールにテーブルレイアウトを再適用します。

このメソッドは Row プロパティによって呼び出されます。このプロパティは、設計時にパネルによって子コントロールに追加されます。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcTableLayoutContainer クラス
GcTableLayoutContainer メンバ

Send Feedback