Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウィンドウに合わせてスケーリングするように固定された TableLayoutControl があり、その中の画像はそれらに合わせてスケーリングする必要があります。画質は気にしません。
これが WinForms であり、PictureBoxa のセルに多数の esがあると仮定してTableLayoutPanel、それぞれDockを toFillおよびSizeModetoに設定しStretchImageます。
PictureBox
TableLayoutPanel
Dock
Fill
SizeMode
StretchImage