I have the following markup (xaml):
ListBox has no HeaderTemplate
. ListView
is not the best option because it does not support Width="*"
. If you get desperate and go to DataGrid
you might be getting a lot more than you need. The solution is to use a HeaderedItemsControl
Just change the name of the Collection you are binding to and change the binding properties.