Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Article 9892 of 2005 handles this in C#. But I want to know if MS inegrated something in the recent years.

Everyone knows the continuous forms in MS Access, but I want to develop it standalone.

What I have tried:

I tried Igrid, dynamic grid, treegrid, aso ...
Posted
Updated 27-May-19 8:35am

If you are willing to try WPF, there is an XAML Repeater Control: XAML Repeater Control - Reflection IT[^]
The repeater control was already available in ASP.NET.

Here is an example with a User Control in VB.NET: WinForms Custom Container Control[^]

There seems to have been a Repeater Control Add-in in Microsoft.VisualBasic.PowerPacks: Microsoft.VisualBasic.PowerPacks Namespace | Microsoft Docs[^]
 
Share this answer
 
v3
Hi Rick,

Thanks for your input, but I think this datarepeater doesn't give the ability to format controls independently per occurance, since fontsize and format are control-dependent.

What do I mean: e.g.
repetition 4 textbox2 would be bold, red, size 14
repetition 8 textbox1 would be yellow underlined

and so on.

The "deep clone" class in https://www.codeproject.com/Articles/9892/Continuous-Forms-for-NET article seems to handle it, but I can't get it working ....yet ...

will post the solution when I get it. I like to code with the KISS method (Keep It Stupid Simple)

regards and thanks again
Johan
 
Share this answer
 
Comments
RickZeeland 27-May-19 15:04pm    
Good luck, btw. do not use 'Add solution' to reply as this won't notify me, instead use the 'Have a Question or Comment' button.

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