共用方式為


ScrollView.LayoutChildren(Double, Double, Double, Double) 方法

定義

放置 ScrollView 並為其內容調整大小。

protected override void LayoutChildren (double x, double y, double width, double height);
override this.LayoutChildren : double * double * double * double -> unit

參數

x
System.Double

一個值,該值代表子區域週框方塊的 X 座標。

y
System.Double

一個值,該值代表子區域週框方塊的 Y 座標。

width
System.Double

一個值,該值代表子區域週框方塊的 Y 座標。

height
System.Double

一個值,該值代表子區域週框方塊的 Y 座標。

適用於