I created a Form
with fixed size, containing a fixed sized TableLayoutPanel
. Controls are anchored to the TableLayoutPanel
using the Anchor
property. However controls are cropped after moving from Desktop to laptop.
I have tried setting MinimumSize
, AutoSize
and AutoSacling
in Form
and TableLayoutPanel
, but controls are still cropped.
Suggestions?