When you put a UIListLayout constraint in a ScrollingFrame, children do not update size when you edit the CanvasSize.
Steps to reproduce:
- Insert a ScrollingFrame instance into your StarterGui
- Insert a UIListLayout into the ScrollingFrame
- Insert a Frame instance into the ScrollingFrame
- Make the Frame Scale-only (i.e. UDim2.new(.2, 0, .2, 0) )
- Adjust the CanvasSize property of the ScrollingFrame
- Note that the child does not update its scaled size to respect new CanvasSize
Bug Result: Children with scale-only size do not update when their parent ScrollingFrame with a UIListLayout changes its CanvasSize property
Expected Result: Children update their size when CanvasSize changes in a ScrollingFrame with a UIListLayout