Layout.ForceLayout 方法

定义

强制元素及其所有子代的布局循环。

public:
 void ForceLayout();
public void ForceLayout ();
member this.ForceLayout : unit -> unit
Public Sub ForceLayout ()

注解

频繁调用此方法可能会对性能产生负面影响。

适用于