On this pageFlexList.selectedItempublic FlexListItem selectedItem { get; set; }CopyDescription#Get the selected itemUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexList target) { FlexListItem result = target.selectedItem; } }Copy