You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this type of layout in conjunction with Angular components (one of which uses a ListView underneath) creates the following troublesome layout.
I would expect this layout to just work:
<GridLayout rows="*,100" columns="*">
<test-list-cmp row="0" col="0"></test-list-cmp> <!-- This has ListView underneath -->
<test-cmp row="1" col="0"></test-cmp>
</GridLayout>