1
Reply

Creating controls dynamically

web

web

Dec 5 2006 10:20 PM
1.3k
Hi, I just started with this project where I need to create controls like listboxes and textboxes dynamically based on an xml input. Though this could be done quite easily by incrementally positioning the controls vertically, the issue comes in when the size of the window isn’t big enough to hold all controls. So I was wonder if there’s a way to create a container that would hold the various controls and provide a scrolling feature when the window is unable to hold all controls? I’ve been looking for a solution for days now and I haven’t had any leads. Any suggestions would be appreciated. Thanks,

Answers (1)