I need to make a list(view?) containing individual forms, or objects that can mimic my needs (buttons, labels, images) preferably resizeable if a button is pushed so I can expand downwards and show a textbox that can contain info and/or be edited)
Asked
Active
Viewed 49 times
-4
-
[What have you tried so far?](http://stackoverflow.com/help/how-to-ask) – Aziuth Oct 19 '16 at 09:45
-
I really don't understand what you are trying to achieve. You want to create such a form as posted above? – Sebi Oct 19 '16 at 09:49
-
What about adding a scrollbar to the panel? http://stackoverflow.com/questions/6090558/add-vertical-scroll-bar-to-panel-in-net – jdweng Oct 19 '16 at 09:54
-
create a usercontrol and add instances of it to a flowlayoutpanel. – TaW Oct 19 '16 at 21:18
-
I havent really tried anything yet. Maybe i was a bit vague in my description of what i need. Think Outlook list of mail with added button (or equivalent) functionality. Of course the list needs to be dynamic, add, remove etc, and scrollable. The idea of a user Control on a flowlayoutpanel seems interesting but how do i implement scrolling? – Thomas Oct 21 '16 at 07:53
-
Thanks for the tip on user Control and flowlayoutpanel. Worked a charm! Problem solved – Thomas Oct 21 '16 at 08:44