Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent grid from horizontal 'scrolling'
Message
 
À
25/05/2005 15:39:36
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01017496
Message ID:
01017768
Vues:
22
Dragan,
Thanks for the fix. This has been bugging me since I moved from VFP 6 to 8.
>
>
n=0
>FOR i=1 to this.ColumnCount-1
>	n = n + this.Columns[i].width
>endfor
>* bittest is there in case we don't have a vertical scrollbar
>this.Columns[this.columncount].width=this.width-n   ;
>   -iif(bittest(this.ScrollBars,1),Sysmetric(5)+this.ColumnCount,0)-4
>
>
>The sysmetric() call gives the width of the vertical scrollbar. And 4 is the rule-of-thumb amount for the grid's own border, padding etc whatever it may have.
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform