Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > RadForm different views

Not answered RadForm different views

Feed from this thread
  • Jean-Marc Windholz avatar

    Posted on May 18, 2011 (permalink)

    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

    Reply

  • Martin Vasilev Martin Vasilev admin's avatar

    Posted on May 23, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > RadForm different views
Related resources for "RadForm different views"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]