LoopScrollRect icon indicating copy to clipboard operation
LoopScrollRect copied to clipboard

通过UI/Loop Vertical Scroll Rect创建出来的模版,在使用无尽模式(也就是totalCount=-1),会出现拖拽闪动的问题

Open EasyGame-Vac opened this issue 6 months ago • 2 comments

目前对比了一下Demo提供案例 在创建的地方修改了这些参数,似乎好了 layoutGroup.childForceExpandWidth = false; layoutGroup.childForceExpandHeight = false; layoutGroup.childControlHeight = true; layoutGroup.childControlWidth = true;

EasyGame-Vac avatar Apr 23 '25 06:04 EasyGame-Vac