From ae3225a4e7ef86d159fdf27834c453ffcd4da76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 2 Aug 2022 20:10:35 +0200 Subject: Implement draggable split. Next step is to allow a double click to reset the split to be automatically resized. --- c/listview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/listview.h') diff --git a/c/listview.h b/c/listview.h index 84ad9d5..c812cd8 100644 --- a/c/listview.h +++ b/c/listview.h @@ -10,7 +10,7 @@ struct ListView ListView(HWND hWndParent, HMENU hMenu, DWORD dwStyle); bool FindNextItem(LVITEM* lvi, LPARAM lParam); - int Height(int bHeader = -1); + virtual int Height(int bHeader = -1); virtual void ResizeColumns(int w); virtual void UpdateTheme(BOOL bThemeActive); virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3