开发者

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

Is there a repeater control in C# windows form in Visual 2010 ? Or an alternative 开发者_如何学JAVA?


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.

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

It will add a reference to following two assemblies:

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


Original answer : Repeater in .NET Framework 4. Wrong, thanks for the comments, only works in WebForms, not in WinForms.

What you could use is UserControl, create your template, and use it as a Repeater.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜