Skip to content
Discussion options

You must be logged in to vote

Hi @sullyj3 - it will likely work better to take an approach as follows:

  • Rather than putting each days' worth of items in one list each and then putting all the lists together, put all items in one big list, including the day headers that go over each collection of items for each day.
  • When moving through the list, skip over entries that correspond to headers.

But this comes with a slight restriction that I can explain if needed: if you're going to use a built-in brick List for that -- and I recommend doing so -- then all of the list items must have the same height. That means that your day headers can't be boxed like they are, since that makes them three rows high, and your selectable e…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jtdaugherty
Comment options

@sullyj3
Comment options

@jtdaugherty
Comment options

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