ListView control gridlines are drawn over data in Windows Powered Pocket PC 2003 (835328)



The information in this article applies to:

  • Microsoft Windows Powered Pocket PC 2003

SYMPTOMS

When you create and then show a ListView control in Report view with optional gridlines in Microsoft Windows Powered Pocket PC 2003, the gridlines are drawn over the text or the icons. For example, when you use Microsoft eMbedded Visual C++ 4.0, you can create a ListView control and then use the following options:
ListView_SetExtendedListViewStyle(m_hWndGrid, LVS_EX_GRIDLINES);

CAUSE

This problem occurs because of a bug in the Pocket PC 2003 ListView control.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

This problem also affects the Microsoft Foundation Class (MFC) CListCtrl class. The CListCtrl class encapsulates the functionality of a ListView control.

Modification Type:MajorLast Reviewed:1/11/2005
Keywords:kbprb KB835328 kbAudDeveloper