- Goal: I have a parent list view (listView1) and a nested list view (listView2)
My goal is to have a title (in the nested list view) that provide the parent index and the child index, ex (1.0, 1.1)
Problem:
Within the nested list view, I am only able to reference the index of the child list view (listView2). How can I also reference the index of the corresponding parent list view (listView1)?