Need help creating a custom ListBox in C# WinForms (Visual Studio 2022)
09:15 03 Jan 2026

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:

Custom ListBox Design

c# winforms listbox