VirtualizingStackPanel.ShouldItemsChangeAffectLayoutCore 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ItemsControl에서 변경된 항목이 이 패널의 레이아웃에 영향을 주는지 여부를 나타내는 값을 반환합니다.
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
매개 변수
- areItemChangesLocal
- Boolean
변경된 항목이 이 VirtualizingPanel의 직접 자식이면 true
이고, 변경된 항목이 VirtualizingPanel의 간접 하위 항목이면 false
입니다.
변경된 항목에 대한 데이터를 포함합니다.
반환
ItemsControl의 변경된 항목이 이 패널의 레이아웃에 영향을 미치면 true
이고, 그렇지 않으면 false
입니다.