#1 09 Gru 2016 19:52 Damian7546 Damian7546 Poziom 21 #1 09 Gru 2016 19:52 Witam, Dodałem do aplikacji obiekt DataGrid1 i próbuje w kodzie dodać wiersze w ten sposób: DataGrid1.Row ale nie ma Row . Dlaczego ? 0 2
#2 09 Gru 2016 21:50 adamas_nt adamas_nt Moderator Programowanie Pomocny post? (0) #2 09 Gru 2016 21:50 Nie powinno być DataGrid1.Rows.Add? 0
#3 10 Gru 2016 19:57 Damian7546 Damian7546 Poziom 21 Autor tematu Pomocny post? (0) #3 10 Gru 2016 19:57 Przepraszam nie ma "Rows" Dodano po 2 [godziny] 43 [minuty]: Np. to działa: DataGridView1.ColumnCount = 3 DataGridView1.RowCount = 10 A to już nie: DataGridView1.Columns(1).Name = "Product Name" Jest jakaś biblioteka .dll do kontrolek .net ? 0