UIElement.InvalidateArrange Method
Invalidates the arrange state of the current element's layout.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void InvalidateArrange ()
Remarks
After the invalidation, the current element will have its layout updated, which will occur asynchronously unless the UpdateLayout method is called to force a synchronous layout change.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace