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

Default SegmentedBar items to textwrap false, expose option to configure · Issue #1963 · NativeScript/NativeScript · GitHub

Default SegmentedBar items to textwrap false, expose option to configure #1963

Description

Did you verify this is a real problem by searching [Stack Overflow]

Yeppers

Tell us about the problem

Default segmented bar on Android is just really bad looking... I find it hard to use it without one of the tabs wrapping. Would be better to not wrap by default, and enable via a property on the segmented bar or on each SegmentedBarItem

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:

  • CLI: 1.7.1
  • Cross-platform modules: 1.7.1
  • Runtime(s):
  "tns-ios": {
      "version": "1.7.0"
    },
    "tns-android": {
      "version": "1.7.1"
    }
  • Plugin(s): None

    Please tell us how to recreate the issue in as much detail as possible.

            <SegmentedBar selectedIndex="{{ filterIndex }}">
                <SegmentedBar.items>
                    <SegmentedBarItem title="Incomplete" />
                    <SegmentedBarItem title="Complete" />
                    <SegmentedBarItem title="Something Else" />
                    <SegmentedBarItem title="All" />
                </SegmentedBar.items>
            </SegmentedBar>

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL