0

I'm currently learning visual studio and i have this curiousity. How to make a multiple panels with different content? I mean for example in facebook timeline if i post a picture/words and then a panel will created and the content of that panel is my posted picture/words. I'm thinking that this is like a kind of a loop that if i posted something a new panel will created. But i don't know to do this.

  • Hello, welcome to the site. What have you got for code so far? Are you looking to do [something like this](https://stackoverflow.com/questions/16900522/add-controls-dynamically-in-flowlayoutpanel)? – Jimmy Smith Oct 28 '19 at 14:00
  • If you want to repeat a layout such as with the "panels" on facebook, you probably want to look into creating a user control – soohoonigan Oct 28 '19 at 14:42
  • You can add several panels with different controls in design view. On the View menu choose Other Windows -> Document Outline to easily switch from Panel to Panel and plan the layout. – Mary Oct 28 '19 at 23:32
  • First we need to know, what project are you building? Wpf or winform? – Alex.Li - MSFT Oct 29 '19 at 01:20
  • Winform in visual studio – Jerico navarro Oct 29 '19 at 08:27

0 Answers0