mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:39:06 +02:00
Patch from DRIGUS GmbH, improves TListView under WinCE
git-svn-id: trunk@26264 -
This commit is contained in:
parent
4396585f5d
commit
4d2431babc
@ -408,7 +408,7 @@ begin
|
||||
if not WSCheckHandleAllocated(ALV, 'BeginUpdate')
|
||||
then Exit;
|
||||
|
||||
inherited BeginUpdate(ALV);
|
||||
SendMessage(ALV.Handle,WM_SETREDRAW,WPARAM(False),0);
|
||||
end;
|
||||
|
||||
class procedure TWinCEWSCustomListView.EndUpdate(const ALV: TCustomListView);
|
||||
@ -416,7 +416,7 @@ begin
|
||||
if not WSCheckHandleAllocated(ALV, 'EndUpdate')
|
||||
then Exit;
|
||||
|
||||
inherited EndUpdate(ALV);
|
||||
SendMessage(ALV.Handle,WM_SETREDRAW,WPARAM(True),0);
|
||||
end;
|
||||
|
||||
class function TWinCEWSCustomListView.GetBoundingRect(const ALV: TCustomListView): TRect;
|
||||
|
Loading…
Reference in New Issue
Block a user