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

Radsplitter bar width issue?

1 Answer 49 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Swapnil
Top achievements
Rank 1
Swapnil asked on 01 Oct 2013, 04:34 AM
I am having radsplitter and two panes between those i have radsplitbar but i want the thickness of that bar is too less like 2px ?
and it must be movable

if any css for that splitbar is given it will be helpful
Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 01 Oct 2013, 01:02 PM
Hi Swapnil,

By default the Splitbars are movable, unless their EnableResize property is not set to "False". If I understand the scenario correctly, you want to have a Splitbar with less Width than the default one. If this is the case, you can achieve it by configuring the SplitBarsSize of the Splitbar's parent Splitter to the desired value, e.g.:
<telerik:RadSplitter runat="server" ID="RadSplitter1" SplitBarsSize="2">
...

If this is not the case, though, could you provide more details on the exact scenario you want to achieve?

Regards,
Veselina Raykova
Telerik
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 the blog feed now.
Tags
Splitter
Asked by
Swapnil
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or