TabView works well to create an entire page with navigation tabs at the top or bottom, but is it possible to have just a section of a page that’s tabbed? I tried putting a TabView within a GridLayout, but the TabView still filled the page and the other rows were not visible.
This is with a JavaScript NativeScript app (i.e., no TypeScript, Angular, or Vue)