|
|
+The second pass is a layout pass. The view hierarchy is again visited, this time in 'top down' order, and each view's [[View.OnLayout|OnLayout]] method is called. Views that contain child view should 'layout' their child views by setting the [[View.Frame|Frame]] property of any child views. Again, views can use the MeasuredSize property of any child views calculated in the measuring pass during OnLayout.
|