]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Window management and sizer layout corrections
[wxWidgets.git] / include / wx / msw / listctrl.h
index b4b1597388a9f8b7aa7e0ce38ce4f25b4cd6bb5f..14140398c3301ec9d7a32b3ecf01fe9bcc0f4709 100644 (file)
@@ -231,6 +231,10 @@ public:
     // returns true if it is a virtual list control
     bool IsVirtual() const { return (GetWindowStyle() & wxLC_VIRTUAL) != 0; }
 
+    // refresh items selectively (only useful for virtual list controls)
+    void RefreshItem(long item);
+    void RefreshItems(long itemFrom, long itemTo);
+
     // Operations
     ////////////////////////////////////////////////////////////////////////////