this.comboBox2.Size = new System.Drawing.Size(100, 30);
I placed a label on the screen and a menu button event which fills the label
with the values of ComboBox2.Size.Width and ComboBox2.Size.Height.
Result: my ComboBox, being 100 Pixels in width and 30 in height on
designtime, shrinks to width=73 and height=20 when I run the program on the
device.
And so do most of the controls, e.g. the Label as well - with the result
that a text entered on design time, will now be cropped :-(
Can somebody tell me how to avoid this?
Thanks in Advance.
Ralf