What exactly does Panel.IsItemsHost do?
问题 I cannot find any good documentation for the Panel.IstItemsHost attached property. I see plenty of examples of people setting it on the ItemsContainer template for an ItemsControl, but the un-documentation over at MSDN does not explain why or what advantages setting property confers. I have built plenty of containers that do NOT set this property, but have not yet noticed any ill effects. 回答1: Say I have an ItemsControl. I want to use a custom panel that swoops items in and out as you scroll;