FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

SegmentedBar CSS color not applied correctly when items are bound · Issue #267 · NativeScript/NativeScript · GitHub

SegmentedBar CSS color not applied correctly when items are bound #267

Description

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL