On 5/9/07, shemeshkale <[EMAIL PROTECTED]> wrote: > i got a Tile with a Repeater inside (the repeater makes a lot of buttons). > how do i find how many columns and rows does the tile have?
You can tell the number of columns from the number of children with y=0 and the number of rows from the number of children with x=0. If you have any margin/padding then you'll have to take that into account instead of just going with 0.

