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

Adding System.Windows.Forms.UserControl to RadForm

2 Answers 206 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Prashant
Top achievements
Rank 1
Prashant asked on 12 Dec 2012, 02:24 PM
Hi,

We are changing our existing application to use RadForm and other Telerik controls to make it more UI appealing. But, I run into a problem. We had used windows UserControl very widely and now it seems like Telerik doesn't have such control that can replace windows UserControl. Could you please help me finding out some solution to this problem?

Thanks in Advance,
Prashant

2 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 15 Dec 2012, 02:14 PM
Hello Prashant,

The UserControl class represents a basic control surface and it has no specific visual appearance by design. That is why we have no replacement for it. You can make your UI more appealing by placing your controls inside RadGroupBox or RadPanel instances. These controls support different themes and allow background and border customization.

If you need further assistance, do not hesitate to ask.
 
Greetings,
Jack
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
0
Prashant
Top achievements
Rank 1
answered on 17 Dec 2012, 08:23 AM
Thank you for your assistance. I got the idea and replace all the windows controls in the usercontrol with the Telerik controls and put the usercontrol in the RadForm it working and all looking good. 

Thanks again.
Tags
General Discussions
Asked by
Prashant
Top achievements
Rank 1
Answers by
Jack
Telerik team
Prashant
Top achievements
Rank 1
Share this question
or