![]() |
FocusRect in StringGrid
Hallo zusammen
Wie bringt man das FocusRect um die aktive Zelle in einem StringGrid weg? Das Problem ist, dass es glaub erst nach OnDrawCell gezeichnet wird... Gruss Shaman |
Re: FocusRect in StringGrid
Zitat:
Delphi-Quellcode:
const
NoSelection: TGridRect = (Left: - 1; Top: - 1; Right: - 1; Bottom: - 1); begin StringGrid1.Selection := NoSelection; |
Re: FocusRect in StringGrid
:hi:
Oder mit DrawFocusRect rumspielen :) mfg Tobias |
Re: FocusRect in StringGrid
Danke vielmals, vor lauter Neuzeichnen hab ich die Eigenschaft Selection total vergessen... :drunken:
Gruss Shaman |
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:05 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-2025 by Thomas Breitkreuz