バージョン

ArrangeAfterRow メソッド (XamGridRenderAdorner)

各行では、追加要素を後で整列できます。
シンタックス
'宣言
 
Public MustOverride Function ArrangeAfterRow( _
   ByVal row As RowBase, _
   ByVal top As Double, _
   ByVal finalSize As Size _
) As Double
public abstract double ArrangeAfterRow( 
   RowBase row,
   double top,
   Size finalSize
)

パラメータ

row
top
finalSize

戻り値の型

行の後の要素の高さの合計。
参照