I've added images to my Visual Studio application Windows form and sized them to what I wanted for my computer. I have a tab inside the form and the images are inside the tab. However, when I change the computer I am using the application on, the images no longer fit in the tab (they get resized and so part of them is cutoff).
I couldn't find any relevant code that would set the image sizing so I tried changing the properties. I've tried setting the maximum size under Properties but that doesn't seem to be working.
The images are still getting resized and cutoff depending on different computers and I can't figure out how to fix that. Why are the images resizing when they work perfectly on my computer and how do I fix the image dimensions so they don't change between computers because I cannot predict what will happen in all other laptops. Help would be much appreciated, thank you.