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

Aligning elements in the Toolbar (left, center, right)

2 Answers 646 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
CharlesM
Top achievements
Rank 1
CharlesM asked on 15 Jan 2009, 06:26 AM

Does anyone have a sample for a horizontal RadToolBar that has buttons on the left, center, and right sections of the toolbar? I have a client that wants to have elements in those locations, but wants the toolbar to scale (so it can't be hard coded to static values) when the browser is resized.

 

Any help would be great!

2 Answers, 1 is accepted

Sort by
0
Nathan J Pledger
Top achievements
Rank 2
answered on 03 Mar 2009, 12:03 PM
I've had to use Absolute positioning on my CSS to overlay additional toolbars. Eg. to "right align" a toolbar, I have used CSS: position: absolute; right: 0px; top: 100px; You do get a boundary line on some skins though. The Toolbar should still be able to shrink/grow relative to its CSS position.

Otherwise, you can't do it as far as I can see.
0
Veselin Vasilev
Telerik team
answered on 03 Mar 2009, 12:10 PM
Hi guys,

Please check this forum post. I believe it will get you started.

Regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolBar
Asked by
CharlesM
Top achievements
Rank 1
Answers by
Nathan J Pledger
Top achievements
Rank 2
Veselin Vasilev
Telerik team
Share this question
or