Condividi tramite


VirtualizingPanel.ShouldItemsChangeAffectLayout Metodo

Definizione

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

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

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