Windows Develop Bookmark and Share   
 index > Windows Forms General > Is there any analog of repeater in windows form application?
 

Is there any analog of repeater in windows form application?

Hello,
I'm beginner in developing window form application. I had made a chat application but in website form. I'm trying to make the same in window form. i want to show the friend list after the user sings in. In my web application i used repeater. Is there any analog of repeater in windows form. Please tell me.
 Thank you.
  • Moved byTaylorMichaelLMVPTuesday, October 06, 2009 4:57 PMWinForms related (From:Visual C# IDE)
  •  
urprob  Tuesday, October 06, 2009 2:44 PM
Use a FlowLayoutPanel with FlowDirection set to TopDown, WrapContents set to False, and AutoScroll set to True.

Add instance of custom user controls into the panel.  Works like a charm.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki �LinkedIn �ForumsBrowser
David M Morton  Tuesday, October 06, 2009 2:47 PM

You can use google to search for other answers

Custom Search

More Threads

• LinkDemand security on Dispose?
• Alternating between two images every 3 seconds using a timer
• How to initialize DataTimePicker to null
• IDbCommand question
• Can't get MenuStrip's to merge correctly
• ExeConfigurationFileMap in VB.NET
• Persistant Window state across sessions
• What are the differences between version 1.3 and version 2.0 resx files?
• opengl with VC++.Net
• Why doesn't intellisense display the Invoke method on EventHandler???