-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
FlexboxLayout is implemented as a subclass of the ViewGroup, so view recycles are not considered when used as a scrollable view (e.g. wrapped with the ScrollView).
Adding a new class as a subclass of RecyclerView.LayoutManager is more useful in that situation to take view recycles into account.
ozodrukh, axsddlr, xu6148152, gildor, stepango and 30 moretoyluck, ffgiraldez, tomkoptel, nbcklim, hotchemi and 3 more