Re: i want create a panel dynamically



thank u mike


Mike wrote:
For sure.

For example
Panel p =new Panel();
p.Dock = DockStyle.Fill;
//other panel settings and add child controls.

myUserControl.Controls.Add(p)

"koti" wrote:

hi all,


i want to create a panel in the user control of windows application.

the panel should have textboxes lables, radio button, checck box's etc
can u please tell me is it possible do like this


Thanks
Koti



.