How change name of SplitterPanel within SplitContainer?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

At design time, how can I change the name of the SplitterPanels that are
children within my SplitContainer control?

I was able to name the SplitContainer splContainer, but I can't see how to
change the name of the panels. They are splContainer.Panel1 and
splContainer.Panel2... very annoying.

Thanks for any help,
Ron
 
Ronald S. Cook said:
At design time, how can I change the name of the SplitterPanels that are
children within my SplitContainer control?

I was able to name the SplitContainer splContainer, but I can't see how to
change the name of the panels. They are splContainer.Panel1 and
splContainer.Panel2... very annoying.

They cannot be renamed because they are implemented as properties.
 
Back
Top