2

I have the TableLayoutControl anchored to scale with the window and the images in it need to scale with them. I am not concerned with image quality.

LunchMarble
  • 5,079
  • 9
  • 64
  • 94

1 Answers1

3

Assuming this is WinForms and you have a bunch of PictureBoxes in cells of a TableLayoutPanel, set each one's Dock to Fill and SizeMode to StretchImage.

MusiGenesis
  • 74,184
  • 40
  • 190
  • 334