yarolegovich / DiscreteScrollView

A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
5.78k stars 782 forks source link

If the width of each item is different, it will still use the width of the first item as the default width. #200

Open shangxiazuoyou opened 4 years ago

shangxiazuoyou commented 4 years ago

If each item is a word, it can be one word, two words, three words, or even more.

shangxiazuoyou commented 4 years ago

Because the length of the content of each item is not fixed, I cannot set a fixed width for it.

Meta-Ben commented 4 years ago

this is related to this issue : https://github.com/yarolegovich/DiscreteScrollView/issues/20

it's open since three year, I don't think the bug will be fix some day 😞