Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi StringGrid sichtbarer Bereich (https://www.delphipraxis.net/179893-stringgrid-sichtbarer-bereich.html)

realAndy 9. Apr 2014 12:13

StringGrid sichtbarer Bereich
 
Hallo,

gibt es eine Möglichkeit festzustellen, ob sich eine Row bzw. eine Zelle eines Stringgrids im sichbaren Bereich befindet?


mfg
Andy

Klaus01 9. Apr 2014 12:44

AW: StringGrid sichtbarer Bereich
 
Hallo,

da müsstest Du dir etwas mit visibleRowCount hinzaubern können.
Zitat:

Indicates the number of scrollable rows visible in the grid.

Use VisibleRowCount to determine the number of scrollable rows fully visible in the grid. VisibleRowCount does not include the fixed rows counted by the FixedRows property. It does not include any partially visible rows on the bottom of the grid.

Grüße
Klaus

Sir Rufo 9. Apr 2014 12:46

AW: StringGrid sichtbarer Bereich
 
Dokumentation

Delphi-Referenz durchsuchenTStringGrid
Delphi-Referenz durchsuchenTStringGrid.TopRow
Delphi-Referenz durchsuchenTStringGrid.VisibleRowCount


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:46 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz