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

RadForm Areo Mode

5 Answers 162 Views
Form
This is a migrated thread and some comments may be shown as answers.
Vineet Belani
Top achievements
Rank 1
Vineet Belani asked on 06 Aug 2011, 07:44 AM
Dear All

Can some one tell me how i can enable Areo mode on a RadForm so that i get that glass effect in the title bar??

5 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 10 Aug 2011, 04:02 PM
Hello Vineet Belani,

Thank you for writing.

You can enable the aero effects of RadForm by disabling our theming mechanism:
this.AllowTheming = false;


I hope that you find this information helpful. Should you have any other questions, do not hesitate to contact us.
 
Regards,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Josh
Top achievements
Rank 1
answered on 30 Jun 2014, 06:12 PM
Setting AllowTheming to false seems to work, but it also seems to override some of the base Form functionality; specifically, the FormBorderStyle property does not work properly anymore. Setting it to FixedSingle still allows the form to be resized. In fact with all FormBorderStyle settings except "None" the form acts as if it is set to FormBorderStyle.Sizeable.

A workaround is to set the MinimumSize and MaximumSize properties but that is somewhat inadequate as it still shows the resize cursors on the form's edges.
0
Stefan
Telerik team
answered on 01 Jul 2014, 05:40 AM
Hello Josh,

In our latest release, the issue with RadRibbonForm and the FormBorderStyle property was resolved: http://feedback.telerik.com/Project/154/Feedback/Details/112294. You should upgrade to the latest version in order to take advantage of the fix.

I hope this helps.

Regards,
Stefan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Josh
Top achievements
Rank 1
answered on 02 Jul 2014, 10:59 AM
Hi Stefan,
I am using the latest release. The issue is with the standard RadForm, not RadRibbonForm. As I noted the problem only occurs when AllowTheming is set to false (in order to enable Aero mode).
0
Stefan
Telerik team
answered on 02 Jul 2014, 12:50 PM
Hi Josh,

Thank you for the clarification.

I can confirm the described issue and I have logged it in our feedback portal. Here is a link to it: http://feedback.telerik.com/Project/154/Feedback/Details/132594.

I have updated your Telerik points for this report.

Meanwhile, you can either use RadRibbonForm or set the form's minimum and maximum size.

Thank you once again for this report. Should you have any other questions or suggestions, do not hesitate to contact us.

Regards,
Stefan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Form
Asked by
Vineet Belani
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Josh
Top achievements
Rank 1
Share this question
or