473,756 Members | 3,499 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

UserControl with a "Container panel" problems

Hi !

I would like to create a UserControl that act as a « Collapsible Panel ».

So I have a UserControl with two panels : a "Header panel" at the top, and a
"Container Area Panel" docked to fill the remaining client area of the
UserControl.

The "Header panel" is for Text, Icon,.

The "Container Area Panel" is to host all the Control dragged from the V.S.
toolbox.

How can I tell the designer that the "Container Area Panel" ONLY should
accept controls (dropped from the toolbox) ?

Actually my "Container Area Panel" has public modifiers.

I tried with that statement just above the declaration of my
CollapsiblePane l Class

[Designer(typeof (CollapsiblePan elDesigner))]

And I have made this class:

public class CollapsiblePane lDesigner : ParentControlDe signer

{

public override void Initialize(Syst em.ComponentMod el.IComponent
component)

{

base.Initialize (component);

CollapsiblePane l TmpCollapsibleP anel = component as CollapsiblePane l;

EnableDesignMod e(TmpCollapsibl ePanel.ClientPa nel,
TmpCollapsibleP anel.ClientPane l.Name);
}

}

But this doesn't work .. I can drop controls on my CollapsiblePane l, but
designer allow to drop them also on the "Header Panel" (It shouldn't) . And
the Designer "forget" to add the controls to the "Container Area Panel" at
run time : in the InitializeCompo nent() the control on the CollapsiblePane l
are never added to the control (this line is missing [not generated]:
this.Collapsibl ePanel1.Pan_Con tainer.Controls .Add(Textbox1); )

Does anybody have an idea on what I'm missing ??

Thanks for any help or comments,

Steph.
Jul 20 '06 #1
1 12085
OK, It works now !

I forgot to put the
"[DesignerSeriali zationVisibilit y(DesignerSeria lizationVisibil ity.Content)]"
statement above the propety that publish the "Container Panel" :

[DesignerSeriali zationVisibilit y(DesignerSeria lizationVisibil ity.Content)]
public Panel ContainerPanel
{
get
{
return Pan_Container;
}
}//EndProp ContainerPanel


"TheSteph" <Th******@NoSpa m.comwrote in message
news:OV******** ******@TK2MSFTN GP03.phx.gbl...
Hi !

I would like to create a UserControl that act as a « Collapsible Panel ».

So I have a UserControl with two panels : a "Header panel" at the top, and
a
"Container Area Panel" docked to fill the remaining client area of the
UserControl.

The "Header panel" is for Text, Icon,.

The "Container Area Panel" is to host all the Control dragged from the
V.S.
toolbox.

How can I tell the designer that the "Container Area Panel" ONLY should
accept controls (dropped from the toolbox) ?

Actually my "Container Area Panel" has public modifiers.

I tried with that statement just above the declaration of my
CollapsiblePane l Class

[Designer(typeof (CollapsiblePan elDesigner))]

And I have made this class:

public class CollapsiblePane lDesigner : ParentControlDe signer

{

public override void Initialize(Syst em.ComponentMod el.IComponent
component)

{

base.Initialize (component);

CollapsiblePane l TmpCollapsibleP anel = component as CollapsiblePane l;

EnableDesignMod e(TmpCollapsibl ePanel.ClientPa nel,
TmpCollapsibleP anel.ClientPane l.Name);
}

}

But this doesn't work .. I can drop controls on my CollapsiblePane l, but
designer allow to drop them also on the "Header Panel" (It shouldn't) .
And
the Designer "forget" to add the controls to the "Container Area Panel" at
run time : in the InitializeCompo nent() the control on the
CollapsiblePane l
are never added to the control (this line is missing [not generated]:
this.Collapsibl ePanel1.Pan_Con tainer.Controls .Add(Textbox1); )

Does anybody have an idea on what I'm missing ??

Thanks for any help or comments,

Steph.


Jul 20 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

41
3076
by: AngleWyrm | last post by:
I have created a new container class, called the hat. It provides random selection of user objects, both with and without replacement, with non-uniform probabilities. Uniform probabilities are a degenerate case, and can also be stored. Here's the web-page, with complete source, illustration, and example usage. Take a look-see, and post your critique! http://home.comcast.net/~anglewyrm/hat.html
0
1472
by: VB Programmer | last post by:
I wanted to access some properties of a panel control that is on a different form. So, I went to the (Declarations) section of my main form (the form with the panel) and changed the panel (called "panKnob") from "Friend WithEvents" to "Public Shared WithEvents" so that I could access it from another class (i.e. frmMain.panKnob.Visible=True") I get this build error: "The variable 'panKnob' is either undeclared or was never assigned." ...
5
1701
by: antoine.viau | last post by:
Hi there ! I was looking at ajaxpatterns.org when I read this piece of JS code : var container; window.onload = function() { if ($("container")) {
1
2445
by: Edward | last post by:
When designing a page in VS2003, in the toolbox, tab HTML there was a "Grid Layout Panel". I cannot find this control in VS2005. Where can I find the control now?
2
2311
by: Simon Verona | last post by:
I have a problem, best explained by example. I have a usercontrol which contains a text box and a button. If the button is clicked then the calender control is displayed as a "popup" so that a date can be chosen. This replicates the date-picker control except that it has other checks in it (my user control also has the ability for other data types with other "popups" for validation).... The problem is that if the user control is at...
5
1674
by: Curious | last post by:
I installed a service program. It contained executables in the form of .exe and .dll files. And the service was started automatically after the install. Then, I UN-installed the program, but the service didn't get cleared from the "Service" panel. How can I delete this "service" from the "Services" panel?
3
1299
by: Generic Usenet Account | last post by:
Hi, I am passing a container type (e.g. list<int>) to a function template but I am getting a compiler error when I try to declare an iterator for that type in the function. However, I am able to invoke begin() and end() without any problem. Is there a way to declare an iterator for the container type? Sample code follows. Thanks, Ramesh
11
2258
by: 200dogz | last post by:
Hi guys, I'm making an expandable table which currently layers of <table>s are used to contain the table rows in order to show/hide them. This works, but having to format columns of the child table to be like its parent table can be quite annoying. Before I use tables to do this I use <tbody> to store the <tr>s. Doing so made the format looked perfect unfortunately it could only be used for at most two layers, since having a <tbody>...
0
9273
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9872
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9841
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8712
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7244
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5141
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3358
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.