Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kukushaoye on February 27, 2015, 10:10:40 PM

Title: How to set up the UIScrollView item distance is zero
Post by: kukushaoye on February 27, 2015, 10:10:40 PM
How to set up the UIScrollView  item distance is zero
Title: Re: How to set up the UIScrollView item distance is zero
Post by: ArenMook on March 01, 2015, 04:50:22 PM
Scroll view just does scrolling. Arrangement is done by either a grid, a table, or just manually via code. Which one did you use? Judging by your pic you should be using a grid, in which case it should be a simple matter of adjusting the cell height value.