Evenly distibuted scatterViewItems that dont overlap
Posted
by Christo Fur
on Stack Overflow
See other posts from Stack Overflow
or by Christo Fur
Published on 2010-03-23T16:54:25Z
Indexed on
2010/03/23
17:23 UTC
Read the original article
Hit count: 314
Hi
I have an app that creates a variable number of ScatterviewItems based on which tagged object is placed on the surface table.
The ScatterViewItems are added programatically to the ScatterView based on info looked up in a DB
The Scatterview does a good job of displaying this info
However, I would like them to be
evenly distributed across the table and
not have any items overlapping
Any ideas how to do that?
© Stack Overflow or respective owner