我目前正在使用Vaadin 8应用程序进行移植,并希望使用该应用程序。到目前为止,一切都很好,除了一个例外。
按照组件指南中记录的主内容,AptayOut不支持全高GRI/TREE网格。
有什么工作这个令人讨厌的问题吗?
设置网格的高度太100%,并且内容为100%的高度可让我两个scrollbars
I'm currently porting over a vaadin 8 app and wish to use the AppLayout for this. So far everthing is, ok, with one exception.
The AppLayout does not support a full height gri/tree grid as it's main content, as documented in the component guide.
Any work arround this nasty problem?
https://vaadin.com/docs/latest/ds/components/app-layout/#scrolling-behavior
Setting the grid too 100% height and the content to 100% height gives me two scrollbars

发布评论
评论(1)
要支持应用程序布局中的全高组件,请将其高度设置为100%。
请参阅应用程序布局的(现在更新)文档: https:> https: ///vaadin.com/docs/latest/ds/components/app-layout/#scrolling-behavior
To support full height components within App Layout, set its height to 100%.
See the (now updated) documentation for App Layout: https://vaadin.com/docs/latest/ds/components/app-layout/#scrolling-behavior