I have a panel that will contain a dynamically created custom grid
component(the size is determined at run time). The grid is added to
the panel via the panel.AddChild() method and is placed at the bottom
of the form by default. I need to place a control bar (and other
controls) below the grid.

Currently the AddChild() puts the grid at the bottom of the form,
after, rather than before the control bar. I need it to go before the
control bar (in the middle of a VBox actually).

Is there a way to set up a placeholder or template to force the grid
placement correctly? Is this possible? Any refs on how to do this?

TIA,
Patrick

Reply via email to