Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListView Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00565604
Message ID:
00565607
Vues:
41
>When a listview column is too small, you can double click between
the columns to automagically resize them.

Hi Kevin;


Here is how can you control the size of column !
this.object.icons     =ThisForm.imagelist1.object
this.object.smallicons=ThisForm.imagelist2.object
this.View = 0
this.ColumnHeaders.Add( , , "Name",      this.Width / 4)
this.ColumnHeaders.Add( , , "Depart.",   this.Width / 4)
this.ColumnHeaders.Add( , , "ID",        this.Width / 4)
this.ColumnHeaders.Add( , , "Situation", this.Width / 4)
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform