Condividi tramite


VirtualizingStackPanel.ShouldItemsChangeAffectLayoutCore Metodo

Definizione

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

protected:
 override bool ShouldItemsChangeAffectLayoutCore(bool areItemChangesLocal, System::Windows::Controls::Primitives::ItemsChangedEventArgs ^ args);
protected override bool ShouldItemsChangeAffectLayoutCore (bool areItemChangesLocal, System.Windows.Controls.Primitives.ItemsChangedEventArgs args);
override this.ShouldItemsChangeAffectLayoutCore : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
Protected Overrides 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

Boolean

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

Si applica a