Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey guys!

How can I create a userControl or what kind of component can I use to substitute the DataRepeater in Windows Forms?

Datarepeater is not in Visual Studio 2013. :(

PS: I can't use libraries/apis. I just can use native functions of Visual Studio 2013.

Do exists something so easy like DataRepeater?

Is there a easy way to do it?
Posted

1 solution

Seems like DataRepeater exists in VS 2013, but you'll need to add a reference to Microsoft.VisualBasic.PowerPacks

See: DataRepeater Class[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900