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
Add <stack/> and <grid/> virtual layouts, which create no container by default.
<stack/> has similar attributes as StackView, but no extra View is created <grid/> allows subviews to use attributes from grid: namespace (grid:column="0" etc.)