Click or drag to resize

OSATParams, TItemViewsHolderRebuildLayoutDueToScrollViewSizeChange Method

Called mainly when it's detected that the scroll view's size has changed. Marks everything for a layout rebuild and then calls Canvas.ForceUpdateCanvases().

IMPORTANT: Make sure to override MarkForRebuild in your views holder implementation if you have child layout groups and call LayoutRebuilder.MarkForRebuild() on them

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void RebuildLayoutDueToScrollViewSizeChange()
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also