Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 448 Bytes

File metadata and controls

12 lines (12 loc) · 448 Bytes
  • Measure
    • Prepare measureSize from availableSize
    • Measure self+children
    • Set validated/cleaned response as DesiredSize
  • Arrange
    • Prepare finalSize from finalRect
    • Arrange self+children
    • Framework coercion
    • Build RenderSize, VisualOffset, LayoutXform, LayoutClip
  • Sizing
    • Update Actual Size
    • Notify SizeChanged for any changed after entire pass done