R
Rafa³ Ziêba
I wrote a Control that has a Collection of Controls as one of properties. I
managed to add designer support for it. Then I created another Control that
has the first one as Item type of a Collection property. In essence there is
a control that is a collection of a collection and every step is derived
from Control.
The problem is that when I create it in the designer ID of a middle control
is not being generated. There is no ID attribute. ID's of controls of the
lowest level are ok. I'm using Visual Studio 2008 and everything is
rendering fine. I need those ID's and I've run out of ideas what can be
wrong?
Rafal
managed to add designer support for it. Then I created another Control that
has the first one as Item type of a Collection property. In essence there is
a control that is a collection of a collection and every step is derived
from Control.
The problem is that when I create it in the designer ID of a middle control
is not being generated. There is no ID attribute. ID's of controls of the
lowest level are ok. I'm using Visual Studio 2008 and everything is
rendering fine. I need those ID's and I've run out of ideas what can be
wrong?
Rafal