Tagged Questions
The runtime-design tag has no wiki summary.
6
votes
1answer
157 views
Runtime design - storing and loading form layout (recursively?)
I'm creating an application which layout needs to be fully configurable on client-side. It means each component (control) can be resized and moved around the form, new controls can be added, or some ...