bind a collection without using list view wpf

I want to bind a list without listview because I’m tired of the default styles of the listview and that blue selection. The app I’m making is not a table. It’s a question app (sth like google form). I want to load the questions witch needs binding I don’t have enough flexibility. Is there any other way to bind list?

>Solution :

You can use DataGrid : https://wpf-tutorial.com/en/90/the-datagrid-control/datagrid-with-row-details/

This control allow total flexibility.

enter image description here

Leave a Reply