VirtualizingPanel.ShouldItemsChangeAffectLayoutCore Metodo

Definizione

Restituisce un valore che indica se un elemento modificato in ItemsControl influisce sul layout del pannello.

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

Parametri

areItemChangesLocal
Boolean

true se l'elemento modificato è un figlio diretto di VirtualizingPanel; false se l'elemento modificato è un discendente indiretto di VirtualizingPanel.

args
ItemsChangedEventArgs

Contiene i dati relativi all'elemento modificato.

Restituisce

true se l'elemento modificato in ItemsControl influisce sul layout del pannello; in caso contrario, false.

Si applica a