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.
Asked
Active
Viewed 159 times
2
-
Could you specify What kind of C# application? Sounds like Windows Forms... – topspin Apr 06 '11 at 00:56
-
You mean a `TableLayoutPanel`? – MusiGenesis Apr 06 '11 at 00:58
-
Yes on both counts. Added "WinForms" to title and tag. Thanks. – LunchMarble Apr 06 '11 at 17:22
1 Answers
3
Assuming this is WinForms and you have a bunch of PictureBox
es in cells of a TableLayoutPanel
, set each one's Dock
to Fill
and SizeMode
to StretchImage
.

MusiGenesis
- 74,184
- 40
- 190
- 334