On this pageBaseFlexList.selectedIndexpublic Int32 selectedIndex { get; set; }CopyDescription#Get/Set selected indexUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BaseFlexList target) { int result = target.selectedIndex; } }Copy