VirtualizingPanel.ShouldItemsChangeAffectLayout 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指示更改的项是否在 ItemsControl 影响该面板的布局的值。
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
参数
- areItemChangesLocal
- Boolean
如果已更改项此 VirtualizingPanel的子项,则为 true
;如果已更改项是 VirtualizingPanel的间接子代,则为 false
。
包含有关该更改项的数据。
返回
如果在 ItemsControl 的更改的项目会影响该面板的布局,则为 true
否则为 false
。