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.
Ace Editor full size?
Hi All :)
I recently started using Vaadin add-on AceEditor https://github.com/ahn/vaadin-aceeditor And I was wandering if there is a way to show its all content? I would like to handle scrolling by my Panel not Editor. Did someone know who to do it? :)
The whole picture is as follows:
I have Window maximize on whole screen. I use VerticalSplitPanel and in Second Component I would like to put Panel in which I'd like to have one HorizontalLayout with fixed height and mentioned Editor. Of course everything is wrapped on VerticalLayout because Panel has only setContent method. Everything is setSizeFull() and I was wondering if I can make this Editor as height as its value (line number?).
Thanks in advance for help! :)
Best Regards,
Kamil