VirtualizingPanel.ShouldItemsChangeAffectLayoutCore 方法

定义

返回指示更改的项是否在 ItemsControl 影响该面板的布局的值。

protected:
 virtual bool ShouldItemsChangeAffectLayoutCore(bool areItemChangesLocal, System::Windows::Controls::Primitives::ItemsChangedEventArgs ^ args);
protected virtual bool ShouldItemsChangeAffectLayoutCore (bool areItemChangesLocal, System.Windows.Controls.Primitives.ItemsChangedEventArgs args);
abstract member ShouldItemsChangeAffectLayoutCore : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
override this.ShouldItemsChangeAffectLayoutCore : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
Protected Overridable Function ShouldItemsChangeAffectLayoutCore (areItemChangesLocal As Boolean, args As ItemsChangedEventArgs) As Boolean

参数

areItemChangesLocal
Boolean

如果已更改项此 VirtualizingPanel的子项,则为 true;如果已更改项是 VirtualizingPanel的间接子代,则为 false

args
ItemsChangedEventArgs

包含有关该更改项的数据。

返回

如果在 ItemsControl 的更改的项目会影响该面板的布局,则为 true否则为 false

适用于