Patricio Vidal
2008-04-02 00:03:27 UTC
Hello,
I have a composite user control that contains a ListView and a PictureBox
inside a SplitContainer When I drag this user control to another user
control I would like the user to be able to edit the ListView control. How
do I do that? I created a public property in the composite control to
expose the ListView object and added the Browsable attribute, but that
doesn't allow me to click on the ListView and edit it.
This functionality is available in the SplitContainer control because when I
click on one of the Panels it shows the property <SplitControlName>.Panel1
(or 2) and you can edit it, so that I assume it should be possible to do it
on my control.
Thank you in advance for your help.
Regards,
Patricio.
I have a composite user control that contains a ListView and a PictureBox
inside a SplitContainer When I drag this user control to another user
control I would like the user to be able to edit the ListView control. How
do I do that? I created a public property in the composite control to
expose the ListView object and added the Browsable attribute, but that
doesn't allow me to click on the ListView and edit it.
This functionality is available in the SplitContainer control because when I
click on one of the Panels it shows the property <SplitControlName>.Panel1
(or 2) and you can edit it, so that I assume it should be possible to do it
on my control.
Thank you in advance for your help.
Regards,
Patricio.