Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
High form
Message
 
À
08/09/2000 18:29:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00414253
Message ID:
00414578
Vues:
50
>OK I see... Thx a lot
>But... I can do it when I go throu objects using TAB key. But I can't do it using Scroll bar. When I moved Scroll bar pointer down to the end - it is not the end of container. And I need to do something else (press Tab to move to another object or click same special button)to move container top pinter.
>Anyway, that is an idea... thanks again.


You must not use the default scrollbar of the form. Just add a activex scrollbar.
You can bind that scrollbar to a cusom property of the container.
Then create a assign method for that property
in that assign method place
LParameter tnPos
This.MyContainer.Top = 1 - tnPos
then you have a smooth scrolling container.

Hope this helps,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform