Navigator Size

Hi,
Is it possible to programatically set the size of the Navigator? Currently it resizes depending on the size of the browser, to either a full one, a narrow one or a drop-down menu. I have a requirement to give the user the ability to choose between these three formats, independent of the actual browser size.

Could you please clarify what you mean, as the Vaadin Navigator is not a component, and thusly doesn’t have a size. Are you using some custom menu structure that just happens to be called a navigator?

Thanks for the reply - it made me have a good look at the Navigator functionality and what I am actually doing.
I am looking at manually resizing the menu bar that contains buttons switching to my views. I now see I have some more work to do understanding the styling of this.

Yes, that makes more sense :slight_smile: Let me know if you need any help with the layouting.