Panel Array User Control

  • Thread starter Thread starter Timo
  • Start date Start date
T

Timo

It occurred to me there might be another way to approach the problem (I'd
asked about a 'large "virtual canvas" in VS designer for aspx pages' in
another posting).

I'm using multiple panels (DIVs) to simulate a tabbed interface. It's
difficult to work in the designer with many panels when each one by itself
occupies most of the screen real estate available. What would be involved in
creating an array of panels user control, so that in the designer only one
panel would be visible and editable at a time? Is this possible?

Thanks
Timo
 
Sure. You just create a Custom Designer for your Control It will display the
Control however you want to during design.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Back
Top