diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index e38f336df9..ad5f768129 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -301,6 +301,7 @@ void wxListCtrl::MSWSetExListStyles() #endif LVS_EX_FULLROWSELECT | LVS_EX_SUBITEMIMAGES | + LVS_EX_DOUBLEBUFFER | // normally this should be governed by a style as it's probably not // always appropriate, but we don't have any free styles left and // it seems better to enable it by default than disable