Hi,
I have a problem with the size of the radform.
I project the radforms with fixed size, but the dimension changes using different pc,
so sometime I can view all the objects in the radform, sometime in the bottom part,
some objects are visible only in part.
This is the layout parameters I use:
// Layout & appearance.
MaximizeBox = false;
MinimizeBox = false;
FormBorderStyle = FormBorderStyle.FixedDialog;
Size = new Size(589, 630);
ShowIcon = false;
ShowInTaskbar = false;
Text = " " + Application.ProductName;
ThemeName = "Dialog";
AutoScaleMode = AutoScaleMode.None;
BackgroundImage = resources.Icons.About;
BackgroundImageLayout = ImageLayout.Center;
I don't understand why the view has to change on different pc with the same video configuration.
thank you
I have a problem with the size of the radform.
I project the radforms with fixed size, but the dimension changes using different pc,
so sometime I can view all the objects in the radform, sometime in the bottom part,
some objects are visible only in part.
This is the layout parameters I use:
// Layout & appearance.
MaximizeBox = false;
MinimizeBox = false;
FormBorderStyle = FormBorderStyle.FixedDialog;
Size = new Size(589, 630);
ShowIcon = false;
ShowInTaskbar = false;
Text = " " + Application.ProductName;
ThemeName = "Dialog";
AutoScaleMode = AutoScaleMode.None;
BackgroundImage = resources.Icons.About;
BackgroundImageLayout = ImageLayout.Center;
I don't understand why the view has to change on different pc with the same video configuration.
thank you