Sorting CheckBoxes

N

NotYetaNurd

Hi,
I have a panel under which i have lot of checkboxes added during
runtime...which can have three values for priority(low,high,medium) i have
set docking = top ; now my problem is i have to sort these checkboxes
according to their priority ... any optimal way to do it...

Regards,
....
 
E

Eric-Paul

Hi ...

You can use the Control.BringToFront and Control.SendToBack methods to
change the z-order.
It is up to you to optimize the process.

Regards,

Eric-Paul
 

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

Top