Is there a repeater control in C# windows form in Visual 2010? Or an alternative?

JatSing picture JatSing · Sep 16, 2011 · Viewed 9.8k times · Source

Is there a repeater control in C# windows form in Visual 2010 ? Or an alternative ?

Answer

Carlos Quintanilla picture Carlos Quintanilla · Sep 16, 2011

Yes there is. From the Visual Studio Toolbox go to section Visual Basic PowerPacks and there you will find a DataRepeater control. Even if it says VB PowerPack it works with C# as well.

enter image description here

It will add a reference to following two assemblies:

  • Microsoft.VisualBasic
  • Microsoft.VisualBasic.PowerPacks.Vs