Affichage d'tableau

nfousa Messages postés 4 Date d'inscription mercredi 19 mai 2010 Statut Membre Dernière intervention 14 juin 2010 - 10 juin 2010 à 16:34
ramahents Messages postés 1 Date d'inscription mercredi 6 avril 2011 Statut Membre Dernière intervention 6 avril 2011 - 6 avril 2011 à 14:51
Essalem w re7ma,

Je veux afficher des données sous forme d"un tableau dans mon projet WPF.
pour cela j'ai fait:
DataGridView v=new DataGridView();
DataTable d = new DataTable("Bus statistic");
d.Columns.Add("Type of frame", typeof(String));
d.Columns.Add("Nubmber", typeof(int));
v.DataSource = d;
d.Rows.Add("kkkkk", 4);
Je ne sais pas ensuite comment terminer. Je veux afficher le tableaux dans mon stackPanel.

1 réponse

ramahents Messages postés 1 Date d'inscription mercredi 6 avril 2011 Statut Membre Dernière intervention 6 avril 2011
6 avril 2011 à 14:51
javascript:void(0);javascript:void(0);
0
Rejoignez-nous