Design Help with controls verses location

I am not a programmer or someone who has extensive knowledge of how computers work. Given that I have a question: Is it better to add more picture box controls to a form or have less picture boxes and move them around to different locations when the formshow function?

Thanks for any help you can provide!

alan

Unless you have a LOT of PictureBoxes or are moving them around like crazy, it probably does not matter.

AppStudio’s PictureBox is based on the HTML Canvas element.

Thanks! And special thanks for the quick response!