Share via


IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout 属性

定义

获取指示控件的布局传递是否出现在较低优先级中的值。

public:
 property bool InBackgroundLayout { bool get(); void set(bool value); };
public bool InBackgroundLayout { get; set; }
member this.InBackgroundLayout : bool with get, set
Public Property InBackgroundLayout As Boolean

属性值

如果控件的布局通行出现在较低优先级,则为 true;否则为 false

注解

虚拟化面板可以使用 InBackgroundLayout 属性填充控件的缓存。 通过以较低优先级执行布局传递来填充缓存,应用程序不会变得无响应。

适用于