Is it possible and how to do it ;)

G

Guest

Hello
I would like to add a new control ( blend panel ) to my application, but there for example 10 controls existing already on the form1 and when I put panel on it and set docking to fill... you know what happen I see only panel ;) Is there any simple way to transfer all this controls from form1 onto blend-panel ?
Student
 
G

Greg Burns

I assume you mean at design time, not run-time.

Select controls -> Edit Cut. Click on Panel. Paste. You were will most
likely have to reattach event handlers (if you had any defined).

Greg
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?U3R1ZGVudA==?= said:
I would like to add a new control ( blend panel ) to my application,
but there for example 10 controls existing already on the form1 and when
I put panel on it and set docking to fill... you know what happen I see
only panel ;) Is there any simple way to transfer all this controls from
form1 onto blend-panel ?

Select all controls, press Ctrl+X (or "Cut" from the context menu), add
the panel, select it and press Ctrl+V (or "Paste" from the context menu).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top