Layout.UpdateChildrenLayout 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use InvalidateMeasure depending on your scenario
指示布局以对其所有子级进行重新布局。
protected:
void UpdateChildrenLayout();
protected void UpdateChildrenLayout ();
[System.Obsolete("Use InvalidateMeasure depending on your scenario")]
protected void UpdateChildrenLayout ();
member this.UpdateChildrenLayout : unit -> unit
[<System.Obsolete("Use InvalidateMeasure depending on your scenario")>]
member this.UpdateChildrenLayout : unit -> unit
Protected Sub UpdateChildrenLayout ()
- 属性
注解
此方法为布局启动新的布局周期。 调用此方法通常会对性能产生负面影响。