Skip to content

FlexboxLayoutManager did not display all items with FlexWrap.WRAP and FlexDirection.COLUMN #450

Open
@liangtg

Description

@liangtg

Issues and steps to reproduce

  • FlexboxLayoutManager did not display all items with FlexWrap.WRAP and FlexDirection.COLUMN
  • some item lost

this is main code

        FlexboxLayoutManager layoutManager = new FlexboxLayoutManager(this);
        layoutManager.setFlexWrap(FlexWrap.WRAP);
        layoutManager.setFlexDirection(FlexDirection.COLUMN);

Expected behavior

FlexboxLayoutManager should display all items

Version of the flexbox library

com.google.android:flexbox:1.0.0

Link to code

https://github.com/liangtg/flexbox-test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions