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 좌표를 나타내는 값입니다.

적용 대상