Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listview vs grid
Message
 
À
01/05/2005 10:04:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01009998
Message ID:
01010050
Vues:
22
>Briefly, what is the difference in functionality between a listview and a grid? What would I gain or lose by using listviews instead of grids?
>
>Thanks

List views are cached - that means they're fast cause everything is in memory. List views also have column sorting (for every column) and no index required.

Listviews alos have a realtime slider - grids are snap to!

List views have multiple selects.

lIst views have keys.


List views are sexy.

List views are OCX (less plateform dependent).

With OCX you can have all your OCX navigators/listers flow through a single "node click" method - great for synchronizing modeless GUIs.


Grids are great for "analysts" that use VFP to (quickly) assess data sets.

Grids are really just browse windows with settings!

Girls prefer guys that code listviews over grid heads 10 to 1~:-)
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform