I have a list in which I want to display Items and let the user modify them when viewing it directly. There should be a label and a few buttons next to it on every "list item". Is there any way I can do that? I was using python with PyQt5 before and got it working, kind of, now im stuck with C#.
I'm not looking for code, just a direction I would need to go, I wanna figure it out myself.