Z-order of child-components

  • Thread starter Thread starter Kristof Nachtergaele
  • Start date Start date
K

Kristof Nachtergaele

Hi,

I'm wondering if there is any way to control the z-order of the children of
a component.
I know about BringToFront and SendToBack, but what if I need to move one
child up just 1 position?

Thanks,
Kristof
 
I'm wondering if there is any way to control the z-order of the children
of
a component.
I know about BringToFront and SendToBack, but what if I need to move one
child up just 1 position?

form.Controls.SetChildIndex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top