Need help creating a custom ListBox in C# WinForms (Visual Studio 2022)
I am making a music player in C# WinForms using Visual Studio 2022.
The songs (.mp3 files) get populated into a ListBox, however I want to customize it but got no idea how beyond just changing the BackColor. Image for reference below of what I aim to have the ListBox look like.
Could anyone please help me figure this out?
Custom ListBox Design:
