Hi,

I have an Flow Layout Panel that I populate with pictures. At some point it will look like :

Pic1 Pic2 Pic3 ... Picn

Lets say I choose Pic3 and I want to move it (drag n drop - or by code ) after Pic1 so the new order would be

Pic1 Pic3 Pic2 ... Picn

I found a function sendToBack but it only puts the Pic1 last , and so on.

Does anyone has an ideea what should I use for reordering controls ?

Thank you