I may be missing something simple and obvious, but I can't figure it out.
I have a datagridviewlistbox with this code:
Code:
                For Each itm As DataRowView In FrmSettings.PlayerList.Items
                    'need to get itm row index here.
                Next
Thanks for your help.