Badger101
Member
- Joined
- Dec 14, 2020
- Messages
- 20
- Programming Experience
- Beginner
I'm trying to add a button on a flowlayout panel using arraylists.
My array list name is media
Media.Add(flowlayout1.Control.Add(mainbutton) this doesn't work but if I write media.Add(mainbutton) that works but it doesn't place it in the flowlayout panel I'm coding this inside the form1_load method
My array list name is media
Media.Add(flowlayout1.Control.Add(mainbutton) this doesn't work but if I write media.Add(mainbutton) that works but it doesn't place it in the flowlayout panel I'm coding this inside the form1_load method