when there is grouping like below
- group 1
-item 1
- item 2
- group 1
item 3
- group 3
item 4
item 5
item 6
if i want to scroll to item 5 using ScrollToRowIndex method which index number should be used?
1) is parameter index for this method start from 0 or 1.
2) ScrollToRowIndex(index) - index parameter includes group items or not? so if it includes, it should be 8 (if starting index 1) 7 ( if starting index 7)
can you please clarify all these confusions? please also extend your documentation, it is not very clear.
thanks,
Emil