Hello everyone!
I found out that I can’t show columns headers in a MultiColumnListView in runtime, even setting the makeHeader and bindHeader callbacks to each column, and avoiding making an header from the instance of MultiColumnListView, whatever I try I can’t show the columns headers. how should I proceed? do you have some suggestion?
How to make working MultiListViewColumn
- Create MultiColumnListView in UI Builder
- In MuliColumnListView inspector, create Columns
- Assign template to each column e.g template that contain text
- In template, make text binding set to your
dataSourceClass.value - Set
Binding Source SelectiontoAutoin MultiListViewColumn. - Assign item source in C# e.g
listView.itemsSource = myList
Thank you for your response!
In the end the issue was that I forgot I had a uss class which was settin the max-height of the header to 0 and even setting the min height by C# was leading me to this issue