I have added an labels on the PictureBox element, due to a fact that PictureBox is dynamically resized while loading (not very important in this case what does it load)… the problem is that the labels are under the picturebox elements, and arent visible when picturebox is over them.
Is there any solution to set the labels display order to the top available?
You can use the BringToFront method.