Content-Length: 253470 | pFad | https://github.com/NativeScript/NativeScript/issues/267
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
<Page loaded="MyPageLoaded"> <StackLayout> <SegmentedBar items="{{ someItems }}" /> </StackLayout> </Page>
function MyPageLoaded(args) { var page = args.object; page.bindingContext = { someItems: [{ title: "One" }, { title: "Two" }, { title: "Three" }] }; } exports.MyPageLoaded = MyPageLoaded;
SegmentedBar { background-color: red; color: blue; font-size: 30; }
The text was updated successfully, but these errors were encountered:
The problem still persists...
Sorry, something went wrong.
@dxshindeo it works as expected on my side
Here are the results from the sample code above:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
enchev
No branches or pull requests
Fetched URL: https://github.com/NativeScript/NativeScript/issues/267
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Example:
The text was updated successfully, but these errors were encountered: