![]() |
TCustomGrid.WMEraseBkgnd() -> flackern
Ich lade gerade Tokyo herunter aber das dauert wohl noch so 19h (:thumb:) und daher eine Bitte:
Kann mal jemand in Vcl.Grids.pas nachsehen ob TCustomGrid.WMEraseBkgnd da auch ohne Rücksicht das kleine Rechteck zwischen den ScrollBars füllt?
Delphi-Quellcode:
begin
{ Fill the area between the two scroll bars. } Size.cx := GetSystemMetrics(SM_CXVSCROLL); Size.cy := GetSystemMetrics(SM_CYHSCROLL); if UseRightToLeftAlignment then R := Bounds(0, Height - Size.cy, Size.cx, Size.cy) else R := Bounds(Width - Size.cx, Height - Size.cy, Size.cx, Size.cy); FillRect(Message.DC, R, Brush.Handle); Message.Result := 1; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:52 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz