This is a migrated thread and some comments may be shown as answers.

RadForm different views

1 Answer 70 Views
Form
This is a migrated thread and some comments may be shown as answers.
Jean-Marc Windholz
Top achievements
Rank 1
Jean-Marc Windholz asked on 18 May 2011, 01:53 PM
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

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 23 May 2011, 09:23 PM
Hello Jean-Marc Windholz,

Thank you for writing.

I am unable to reproduce described issue on my side. I have tried different resolution and display settings, however RadForm preserves its size. Could you please send me more details on your scenario, like:

 - display settings on the different PCs
 - a sample application which demonstrates your settings.

This will help me to investigate your case further and provide you with accurate assistance.

Greetings,
Martin Vasilev
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
Form
Asked by
Jean-Marc Windholz
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or