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

Maximized Form?

3 Answers 171 Views
Form
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 15 May 2008, 03:14 AM
I created a shaped form with the "rounded rectangle" look.

I set it to start out maximized and when I run the app the form is taking up about 3/4 of my screen. Its definitely maximized because I can't move it and if I double click the title bar it goes back to its default size.

Any ideas?

David

3 Answers, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 15 May 2008, 12:03 PM
Hi David,
 
Is it possible for you to switch to RadForm? It is relatively easy and is described in this article:
http://www.telerik.com/support/kb/article/b454K-hta-b454T-ckd-b454c-ckd.aspx

For general usage we recommend using RadForm, because it has numerous improvements compared to the shaped form. It also offers rounded corners and themes, but is a easier to use. The ShapedForm will remain for implementations which require custom form shapes.

Please give RadForm a spin and tell us whether it is a better option for you.
 

Greetings,
Dimitar Kapitanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Adrian Halid
Top achievements
Rank 1
answered on 10 Jul 2008, 03:56 AM
Hi,

Is it possible to use a RadForm with the rounded corners and a Rad Ribbon Bar.

I need to hide the RadForm's Titlebar with the Minimize, Maximize and close buttons as this is already on the Rad Ribbon Bar

Regards

Adrian
0
Angel
Telerik team
answered on 10 Jul 2008, 02:11 PM
Hello Adrian Halid,

Replacing the title bar with ribbon bar is not a trivial task.
This is why we intend to develop separate form - RadRibbonForm.

However, you can add RadRibbonBar in the client area of RadForm. I would recommend you to remove the title bar in order to avoid the title duplication. To do so, in the constructor of your custom form put this code:

this.FormElement.TitleBar.MinSize = Size.Empty;
this.FormElement.TitleBar.Visibility = ElementVisibility.Collapsed;
this.FormElement.TitleBar.Size = Size.Empty;


If you have further questions do not hesitate to write us back.

Best wishes,
Angel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Form
Asked by
David
Top achievements
Rank 1
Answers by
Dimitar Kapitanov
Telerik team
Adrian Halid
Top achievements
Rank 1
Angel
Telerik team
Share this question
or