On this pageFlexList.itemsPerRowpublic Int32 itemsPerRow { get; }CopyDescription#Get number of items per row in Grid modeUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexList target) { int result = target.itemsPerRow; } }Copy