Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically scrolling
Message
De
16/04/2007 17:25:58
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01214513
Message ID:
01216517
Vues:
23
>How do you scroll a DataGridView programmatically? I have selected a row programmatically that is outside of the viewable area. How can I scroll to that row?
>
>Richard

Funny you should ask, I just had to do this last night. You locate the row you wish to have scroll and then:
this.dataGrid.CurrentRowIndex = _currentRow;
this.dataGrid.Select(_currentRow);
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform