Skip to content

How to solve the problem that the box disappears and appears too suddenly? #42

Answered by LanKuDot
feipinxiang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you could add two more boxes and adjust the BoxDensity to make the range of list wider.
The formula of calculating the BoxDensity is (number of boxes before added - 1) / (number of boxes after added - 1).
In this case, the list originally has 5 boxes, and 2 more boxes is added. Therefore, the BoxDensity is (5 - 1) / (7 - 1) = 0.66666

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@LanKuDot
Comment options

Answer selected by feipinxiang
@feipinxiang
Comment options

@LanKuDot
Comment options

@feipinxiang
Comment options

@LanKuDot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants