ListView and friends will actually create two cell...
# tornadofx
e
ListView and friends will actually create two cells for the first element youadd. The first one is quickly discarded (put back in the pool) and replaced by the second cell. I think they did that to work around some issue, but it has no consequence to us. I just wanted to mention it in case you wonder why the first add results in two fragments, @carlw