I would like to define a secondary window/pane containing a ListView which I could move around on the display independently of the main window (the ListView is of variable size depending on the data I want to display). I am pretty sure I have seen this described in the docs but at the moment, I can't find it.
Any help appreciated.
"What do you need help with?"
I think you answered the question with "Defining a second Form?"
I was trying to set a pane but the pane would not extend past the original form. I just need a second form.
Thank you!
If I understand correctly, a modal form prevents interaction with the main form until it is closed? That is not what I want. At the moment, it is working, I created a new form which I can move around (and if I move it over the main form, it will display over the main form, covering it) while still being able to interact with the main form.