Closed
Description
Originally posted by @michael-hawker in #1979 (comment)
We could do a bunch of extra work with a StackPanel
and ContentPresenter
s, but it's super simple to hook-in to the existing properties on the ItemsPresenter
for this scenario:
<ItemsPresenter win:Footer="{TemplateBinding ItemsFooter}"
win:Header="{TemplateBinding ItemsHeader}"
TabFocusNavigation="Local" />
Metadata
Metadata
Assignees
Labels
Categorizes an issue or PR as relevant to the ListView controlCategorizes an issue for which the difficulty level is reachable with internals understandingNew feature or requestCategorizes an issue or PR as relevant to items (ItemsControl, ItemsRepeater, ...)Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..)