control container design time problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Has anyone experienced this problem? by VS2005 C#, i had made class library project contains custom control called "DynamicPanel" inherited from System.Windows.Forms.Panel, this "DynamicPanel" contains some child controls .. now in my WindowsApplicationProject --> Form1 i'm Draging "DynamicPanel" from the toolbox and all properties was found in PropertyGrid .. but i want to be able to access the properties of any of the child controls in "DynamicPanel" by selecting them ( by clicking on them ) in design time. how can i do that? I would appreciate your help ... -- modified at 6:19 Sunday 19th February, 2006