|
Аналог StringGrid в C#
|
|||
---|---|---|---|
#18+
Привет всем! А в C# есть какой-нить аналог борландовского StringGrid, куда можно вывести двумерный массив значений в цикле? Заранее спасибо. ... |
|||
:
Нравится:
Не нравится:
|
|||
31.08.2005, 16:54 |
|
Аналог StringGrid в C#
|
|||
---|---|---|---|
#18+
falcon785Привет всем! А в C# есть какой-нить аналог борландовского StringGrid, куда можно вывести двумерный массив значений в цикле? Заранее спасибо. В компонентах от Microsoft нет, но есть куча сторонних компонетн, в том числе и бесплатных. Тема неоднократно обсуждалась, воспользуйтесь поиском. ... |
|||
:
Нравится:
Не нравится:
|
|||
31.08.2005, 20:05 |
|
Аналог StringGrid в C#
|
|||
---|---|---|---|
#18+
DataGridView1.ColumnCount = 3 DataGridView1.RowCount = 4 DataGridView1.Rows(0).Cells(0).Value = 1 DataGridView1.Rows(0).Cells(1).Value = 1 DataGridView1.Rows(0).Cells(2).Value = 1 DataGridView1.Rows(1).Cells(0).Value = 2 DataGridView1.Rows(1).Cells(1).Value = 3 DataGridView1.Rows(1).Cells(2).Value = 1 DataGridView1.Rows(2).Cells(0).Value = 4 DataGridView1.Rows(2).Cells(1).Value = 3 DataGridView1.Rows(2).Cells(2).Value = 1 DataGridView1.Rows(3).Cells(0).Value = 5 DataGridView1.Rows(3).Cells(1).Value = 2 DataGridView1.Rows(3).Cells(2).Value = 1 ... |
|||
:
Нравится:
Не нравится:
|
|||
24.04.2014, 21:10 |
|
Аналог StringGrid в C#
|
|||
---|---|---|---|
#18+
SurenBDataGridView1.ColumnCount = 3 DataGridView1.RowCount = 4 DataGridView1.Rows(0).Cells(0).Value = 1 DataGridView1.Rows(0).Cells(1).Value = 1 DataGridView1.Rows(0).Cells(2).Value = 1 DataGridView1.Rows(1).Cells(0).Value = 2 DataGridView1.Rows(1).Cells(1).Value = 3 DataGridView1.Rows(1).Cells(2).Value = 1 DataGridView1.Rows(2).Cells(0).Value = 4 DataGridView1.Rows(2).Cells(1).Value = 3 DataGridView1.Rows(2).Cells(2).Value = 1 DataGridView1.Rows(3).Cells(0).Value = 5 DataGridView1.Rows(3).Cells(1).Value = 2 DataGridView1.Rows(3).Cells(2).Value = 1 Наконец то! Девять сообщество ломало голову в поисках ответа :) ... |
|||
:
Нравится:
Не нравится:
|
|||
05.05.2014, 11:36 |
|
|
start [/forum/topic.php?fid=20&msg=33244063&tid=1402971]: |
0ms |
get settings: |
10ms |
get forum list: |
15ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
42ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
43ms |
get tp. blocked users: |
1ms |
others: | 16ms |
total: | 144ms |
0 / 0 |