I do have less space on my WinForm, I want to bring a ListView to the front, but it always stays behind the other panels... I've tried a lot of things, e.g. the command .bringToFront
order the button bring to front.
In the picture you can see the colored areas (panels) and the white area (ListView). My goal is to make the ListView bigger with the mouse-move-event and make it smaller with the mouse-leave-event.
Can anyone help me?