I have a toolbar with width=100%; upon user request items are added dynamiclly to the toolbar , as long the user add only few items the toolbar width is kept. however when the user add too many items the page width is extanded (to include all items inline within a single row)
My question is, how do I prevent page width resize by extanding toolbar height and displaying some of the toolbar items in a "second" row (inline), while keeping toolbar width 100%?
My question is, how do I prevent page width resize by extanding toolbar height and displaying some of the toolbar items in a "second" row (inline), while keeping toolbar width 100%?