Sorting CheckBoxes

  • Thread starter Thread starter NotYetaNurd
  • Start date Start date
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,
....
 
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
 
Back
Top