Add support for ItemsControl
Header
and Footer
#10745
Labels
area/listview 📃
Categorizes an issue or PR as relevant to the ListView control
difficulty/challenging 🤯
Categorizes an issue for which the difficulty level is reachable with internals understanding
kind/enhancement
New feature or request
project/items 🧾
Categorizes an issue or PR as relevant to items (ItemsControl, ItemsRepeater, ...)
project/layout 🧱
Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..)
Originally posted by @michael-hawker in #1979 (comment)
We could do a bunch of extra work with a
StackPanel
andContentPresenter
s, but it's super simple to hook-in to the existing properties on theItemsPresenter
for this scenario:The text was updated successfully, but these errors were encountered: