Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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 :) Let me know if you need any help with the layouting.