Layout.UpdateChildrenLayout 方法

定义

指示布局以对其所有子级进行重新布局。

protected:
 void UpdateChildrenLayout();
protected void UpdateChildrenLayout ();
member this.UpdateChildrenLayout : unit -> unit
Protected Sub UpdateChildrenLayout ()

注解

此方法为布局启动新的布局周期。 调用此方法通常会对性能产生负面影响。

适用于