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

RadSplitter noBorder

2 Answers 59 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
parobe01
Top achievements
Rank 1
parobe01 asked on 29 Dec 2011, 07:19 AM
Can we remove the borders for RadSplitter. I just need the RadSplitBar and no border.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 29 Dec 2011, 11:30 AM
Hi Parmeeta,

You can achieve this by setting the RadSplitter's BorderSize property to 0, e.g.:
<telerik:RadSplitter ID="RadSplitter1" runat="server" BorderSize="0">
    <telerik:RadPane ID="RadPane1" runat="server">
    </telerik:RadPane>
    <telerik:RadSplitBar ID="RadSplitBar1" runat="server" />
    <telerik:RadPane ID="RadPane2" runat="server">
    </telerik:RadPane>
</telerik:RadSplitter>


All the best,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
parobe01
Top achievements
Rank 1
answered on 29 Dec 2011, 12:04 PM
Thank you for the prompt reply.
Tags
Splitter
Asked by
parobe01
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
parobe01
Top achievements
Rank 1
Share this question
or