According to this:
http://www.telerik.com/help/aspnet-ajax/menu_appearancecontrollingappearance.html
-->Use the
Height and
Width properties to limit the dimensions of the menu. If the
Width of a horizontal menu is too small to display all of its root items, the menu automatically creates additional rows:
I dont want it to automatically add a new row, rather I would like scroll bars because otherwise it stuffs up the layout of the whole page.
How can I do this?