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

remove border layoutcontroltabstripitem and radpageviewcontentareaelement

2 Answers 100 Views
LayoutControl
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 10 Oct 2016, 03:22 PM

Hello. I have a problem and do not know how to solve it. I have a layoutControl with layoutControlGroupItem. I would remove the edge of the flange and content. Exploring with RadControlSpyForm I've learned that you have to put the property of RadPageViewContentAreaElement DrawBorder = false and LayoutControlTabStripItem, but I do not get access to these properties either in design or programmatically. How can I do it?

thank's

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 11 Oct 2016, 09:01 AM
Hi Oscar,

Thank you for writing.

Here is how you can set the properties:
layoutControlTabbedGroup1.TabStrip.Items[0].DrawBorder = false;
layoutControlTabbedGroup1.TabStrip.Items[1].DrawBorder = false;
layoutControlTabbedGroup1.TabStrip.ContentArea.DrawBorder = false;

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0
Oscar
Top achievements
Rank 1
answered on 11 Oct 2016, 03:41 PM
Ok, thank's
Tags
LayoutControl
Asked by
Oscar
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Oscar
Top achievements
Rank 1
Share this question
or