Keep track of per-column information inside the listview.
commit323f9c23f07404251eee48d49af6ac5eaac775fc
authorDimitrie O. Paun <dpaun@rogers.com>
Sat, 19 Oct 2002 00:18:11 +0000 (19 00:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 19 Oct 2002 00:18:11 +0000 (19 00:18 +0000)
tree5af74ac45c303f685da4895ec3ba537145ab88ef
parenta72e9f617ea520d9f4baf69dceeb0e12901c7793
Keep track of per-column information inside the listview.
Cache header rectangles.
Used the cached info instead of calling to the header each time.
Update the listview as we track column width changes.
Unify column handling between {Insert,Delete}Column, and width
changes.
Simplify RefreshReport, by using the new column info.
dlls/comctl32/listview.c