Define "not working".
  1. What does
    Code:
    	int nItem = ctlRightView.GetItemCount();
    return?
  2. What does
    Code:
    	int index = ctlRightView.InsertItem(nItem,  league);
    return?
  3. Why do you every time insert the column 1? Where and how did you insert the column 0?