Skip to content

Dynamically adding new SegmentedControl() does not render correctly in Android #84

Description

@brendonupson

When using SegmentedControl on a xaml page, rendering is correct on all platforms (iOS/Android). If I dynamically create a control and add it to a layout:

var seg = new SegmentedControl{ ... }
stackLayout.Children.Add(seg);

It does not render correctly on Android, but iOS is ok.
Screen Shot 2020-04-20 at 21 19 55

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions