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

RadSplitbar button position

1 Answer 84 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jérôme
Top achievements
Rank 1
Jérôme asked on 29 Mar 2012, 02:42 PM
Hi,

We use the RadSplitter to manage our two RadPanes.
Now, the RadSplitbar button position depends on the height of the panes.

Is there a way to define the position of the button ? (for example, I want to display the button at 50px from the top of the splitbar).

Thank you.
Best regards,
Jérôme

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Mar 2012, 10:42 AM
Hello,

Try the following css to set the position of RadSplitBar Button by overriding the default css.

CSS:
<style type="text/css">
  .RadSplitter_Default .rspResizeBar
  {
       margin-top:50px !important;
       position:fixed !important;
  }
</style>


Thanks,
Princy.
Tags
Splitter
Asked by
Jérôme
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or