I'm interested in making an app bar similar to the one in Bing News. I don't know how they got the controls on two lines. I tried using a br tag, but it throws an error. I can only put buttons and menu commands on it. Any ideas?
Thanks in advance!
To be able to use any controls, you need to set the layout to custom.
<div data-win-control="WinJS.UI.AppBar" data-win-options="{layout:'custom',placement:'bottom'}"> </div>