Hi!

I have created a user control, that has a picture and a label under.

Autoscale for the user control is set to dpi. I have also tried "None".

The issue is that when I put this user control on a form, it looks nice, but when I run it on the device (640x480 resolution), the user control area is much bigger than in the designer. The picture and the label are nicely located on the upper left corner, but the user control area itself is much bigger than in designer.

Why is it like this? The resolution of the device is much larger than on the designer, so the user control should resize as well, not just it's child controls.

/Henrik