UWP buttons inside Listview items
问题 I'm working on my first UWP app and I want create a UI like this . For each list item (project) there'll be a set of buttons. For certain list items(projects) some of these buttons will be disabled some times. So I need to disable and change the image for such button in those list items(projects). I tried to implement it using a list view like this. But I am not sure how I can enable/disable some of those buttons depending on the condition. Tried adding a DataContextChanged event and trying