Files
NativeScript/apps/app/ui-tests-app/list-view/scrolling-and-sizing-page.ts
2019-06-20 15:58:36 +03:00

4 lines
159 B
TypeScript

export function onNavigatingTo(args) {
const page = args.object;
page.bindingContext = ["The quick", "brown fox", "jumped over", "the", "lazy dog."];
}