ScrollView.LayoutChildren(Double, Double, Double, Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定位 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 坐标的值。