WWListView m_wwList; // the list we're currently sorting // Construct a comparer public WWListViewItemComparer(WWListView wwlv) { m_wwList = wwlv; // keep track of the list we're sorting }