Home > front end >  bind a collection without using list view wpf
bind a collection without using list view wpf

Time:09-05

I want to bind a list without listview because I'm tired of the default styles of the listview and that blue selection. The list I'm trying to bind 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?

CodePudding user response:

Option1. Apply a custom tyle over your ListView (change the hover like enter image description here

  • Related