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

Welcome Image and Panel display

1 Answer 140 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Gurleen
Top achievements
Rank 1
Gurleen asked on 24 Jul 2014, 01:06 AM
Hello, 
When using the RadWizard control, I added an image in the background as a welcome image but introductory text on the panel on the first screen gets displayed with the line that I am trying to get rid of. The layout is nicer when no image is used but I would like to display the text with no line distinguishing the text and image.
I also tried adding the text on the image itself but that text ends up showing on rest of the screens as well which is why I am doing it on the panel. Can you please suggest if its possible and how? 

Thank you,
Gurleen

1 Answer, 1 is accepted

Sort by
0
Ralitsa
Telerik team
answered on 28 Jul 2014, 03:05 PM
Hi Gurleen, 

Thank you for contacting us. 

In order to get rid of the vertical line between the WelcomeImage and the ContentArea, set the WizardElement.WelcomeImageElement.BorderWidth property to 0.
this.radWizard1.WizardElement.WelcomeImageElement.BorderWidth = 0;

I am not sure that understand your second question, so please send an image demonstrating the issue and what you want to achieve. Thank you in advance.

Looking forward to your reply.

Regards,
Ralitsa
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
Wizard
Asked by
Gurleen
Top achievements
Rank 1
Answers by
Ralitsa
Telerik team
Share this question
or