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

Disable RadForm Border Thickness

5 Answers 216 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 06 Nov 2013, 05:00 PM
Hello,
how can I completely disable the outer border (see attachement) of the RadForm Element in Visual Style Builder?
I tried to set the BorderThickness to 0;0;0;0 of FormOuterBorder, FormInnerBorder and RadFormElement without success. I also tried to set Visibility to Collapsed, but it doesn't work.
Thanks,
Oliver

5 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 11 Nov 2013, 12:28 PM
Hello Oliver,

Thank you for contacting us.

You can set the opacity of the FormOuterBorder to 0. Please, refer to the attached image for more detailed explanation.

I hope this helps.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Stefaan
Top achievements
Rank 1
answered on 09 Jan 2016, 08:47 AM
Is it possible to do this at runtime?
0
Dimitar
Telerik team
answered on 12 Jan 2016, 02:09 PM
Hello Stefaan,

Thank you for writing.

The following snippet shows how you can hide the border at runtime:
private void radButton1_Click(object sender, EventArgs e)
{
    this.FormElement.Border.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
}

Let me know if I can assist you further.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Stefaan
Top achievements
Rank 1
answered on 12 Jan 2016, 02:17 PM
Tried that code already , doesn't resolve the issue for me.
0
Dimitar
Telerik team
answered on 14 Jan 2016, 02:36 PM
Hi Stefaan,

Thank you for writing back.

It appears that you are using a custom theme and maybe this is why the border is still visible. I this case, I would recommend you to submit a support ticket where you can attach a small sample project that reproduces the issue. This will allow us to examine your precise case and provide you with a solution.

Thank you for your understanding.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Themes and Visual Style Builder
Asked by
Markus
Top achievements
Rank 1
Answers by
George
Telerik team
Stefaan
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or