Returns a CL_ListViewItem with the userdata 'ptr', or a NULL item if none found.
CL_ListViewItem CL_ListView::find( const CL_StringRef & col_id, const CL_StringRef & str, bool recursive = true); CL_ListViewItem CL_ListView::find( int id, bool recursive = true); CL_ListViewItem CL_ListView::find( CL_SharedPtr < CL_ListViewItemUserData > userdata, bool recursive = true);