diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index d0d9b9d36b..ddb156bc38 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -320,6 +320,9 @@ bool wxListCtrl::Create(wxWindow *parent, if ( InReportView() ) MSWSetExListStyles(); + if ( HasFlag(wxLC_LIST) ) + m_colCount = 1; + return true; }