Ace Editor full size?

Hi All :slight_smile:

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? :slight_smile:

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! :slight_smile:

Best Regards,
Kamil