Files
NativeScript/apps/app/ui-tests-app/list-view/scrolling-and-sizing.ts

4 lines
159 B
TypeScript

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