How to hide listview items?
Norman L. Scroggins -- NSCROGGI@us.oracle.com Thursday, May 02, 1996 How do you hide a item in a listview? I saw in the documentation a attribute 'LVIS_HIDDEN', but I cannot find this in any header file. Does anyone know if this is possible? Is this a documentation error? --Norm
Mike Blaszczak -- mikeblas@interserv.com Sunday, May 05, 1996 On 02 May 96, "Norman L. Scroggins"wrote: >How do you hide a item in a listview? I saw in the documentation >a attribute 'LVIS_HIDDEN', but I cannot find this in any header file. >Does anyone know if this is possible? Is this a documentation error? Yes, it is a documentation error. The MFC docs were based on beta versions of the SDK docs, and a beta of the SDK said that this flag would be supported. It turns out that the released version of Windows does not support this flag. Maybe, someday, a future version of the common controls will support it. .B ekiM -- TCHAR szDisc[] = _T("These words are my own; I do not speak for Microsoft.");
| Вернуться в корень Архива |