VirtualizingPanel.ShouldItemsChangeAffectLayout 方法

定义

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

public:
 bool ShouldItemsChangeAffectLayout(bool areItemChangesLocal, System::Windows::Controls::Primitives::ItemsChangedEventArgs ^ args);
public bool ShouldItemsChangeAffectLayout (bool areItemChangesLocal, System.Windows.Controls.Primitives.ItemsChangedEventArgs args);
member this.ShouldItemsChangeAffectLayout : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
Public Function ShouldItemsChangeAffectLayout (areItemChangesLocal As Boolean, args As ItemsChangedEventArgs) As Boolean

参数

areItemChangesLocal
Boolean

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

args
ItemsChangedEventArgs

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

返回

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

适用于