Skip to content

How to update circular list view #20

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

You must be logged in to vote

Hi, the first idea came up to me was that made ListBox.UpdateDisplayContent() public. But the boxes holding the contents near the end will display incorrectly.
For example, There have 10 items and the current displaying contents are 8, 9, 0, 1, 2. If I add an new item, by invoking UpdateDisplayContent() will still display 8, 9, 0, 1, 2. But it should be 9, 10, 0, 1, 2.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nuununuun
Comment options

Answer selected by nuununuun
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