C#C
C#3y ago
Toreole

WPF ListView.HeaderTemplate property not found

While trying to apply DataTemplates to a ListView, i found out that the ListView.HeaderTemplate property does not exist in my project, despite it being used in the "Item templates for list view" example in the documentation (see: https://learn.microsoft.com/en-us/windows/apps/design/controls/item-templates-listview#table-list-item)
With there being no info on what version of anything or whether any specific nuget package is required for this feature, i am completely lost.

project info:
VisualStudio version: 17.5.3
ouput: exe / Windows
Target Framework: .NET 7.0
Target OS Version: 10.0.22621.0
WPF enabled
C# Version: 11.0
full project: https://github.com/Toreole/BasicCombatlogParser
Was this page helpful?