btw, what is the issue with high dpi scaling on win11? i don't have win11, so can't test it myself. just curious if AT&RT has the same scaling issue on win11 because i never did any workarounds for this.
Windows 11 scales differently to windows 10 when scaling is set to more than 100%. It's only an issue with Winforms and not WPF.
When I first setup the config page I used ListBoxes but when I considered adding the prefix/suffix settings, I realised it wasn't going to work so I changed the right one to a ListView instead. I didn't change the left one because it worked for what I needed and it was easier than having to change over all the mouse/dragdrop events.
But as you can see from Aktor's screenshot, the listBox element hasn't scaled correctly vertically. The ListView column widths are not correct either. In the latest version I changed the remaining ListBox to a ListView and added some code that hopefully sets the column widths correctly as well.
I should probably setup a virtualBox for windows 11 so I can test it properly.
edit: It might also just be an issue with the net version it's targeting. Currently its 4.8, from some of the google results I think 6.0 might fix up a lot of the issues. But I don't think plugins will initialise in MusicBee with 6.0 yet.