VirtualizingPanel.ShouldItemsChangeAffectLayout Método

Definição

Retorna um valor que indica se um item alterado em um ItemsControl afeta o layout deste painel.

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

Parâmetros

areItemChangesLocal
Boolean

true se o item alterado for um filho direto disso VirtualizingPanel; false se o item alterado for um descendente indireto do VirtualizingPanel.

args
ItemsChangedEventArgs

Contém dados referentes ao item alterado.

Retornos

true se o item alterado em um ItemsControl afetar o layout deste painel; caso contrário, false.

Aplica-se a