Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'Shifting up/down' type list control desired
Message
De
29/06/2000 13:57:18
 
 
À
29/06/2000 13:38:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00386568
Message ID:
00386579
Vues:
16
>I'm looking for a list (or combo, or grid or whatever) type control that allows one to select one or more sequential entries ...

You'll probably want to use the ListBox, which has a MultiSelect property. To determin which Items are selected, you can use the Selected array property (List.Selected(1) will return .T. if the first item is one of the selected ones).

>... and shift them up or down in the list ... as is done in many programs.

List boxes also have a MoverBars property, but it will only move one object at a time. If you want to move multiple, you'll probably have to code it yourslef. Whats an example of a program that moves multilpe items at a time?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform