Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by
System.Windows.UIElement.UpdateLayout.
Syntax
'Declaration
Public Sub InvalidateArrange()
public void InvalidateArrange()
See Also