Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many rows in a grid control ?
Message
From
18/12/2002 13:15:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
18/12/2002 11:43:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00734133
Message ID:
00734181
Views:
21
>Bonjour à tous,
>
>How to get programaticaly the number of rows displayed in a grid control ?
>
>Roland
with oGrid
lnRows = ( .Height- ;
  (.HeaderHeight+;
  IIF(.Scrollbars%2 = 1,sysmetric(8),0)+;
  sysmetric(11)*2) )/.rowHeight
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform