diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 593dcf840e..6861baa1f3 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -351,6 +351,10 @@ void wxListCtrl::MSWSetExListStyles() if ( !GetToolTip() ) exStyle |= LVS_EX_LABELTIP; + // include the checkbox style + if ( HasCheckBoxes() ) + exStyle |= LVS_EX_CHECKBOXES; + if ( wxApp::GetComCtl32Version() >= 600 ) { // We must enable double buffering when using the system theme to avoid