|
|
|
Аналог StringGrid в C#
|
|||
|---|---|---|---|
|
#18+
Привет всем! А в C# есть какой-нить аналог борландовского StringGrid, куда можно вывести двумерный массив значений в цикле? Заранее спасибо. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 31.08.2005, 16:54:07 |
|
||
|
Аналог StringGrid в C#
|
|||
|---|---|---|---|
|
#18+
falcon785Привет всем! А в C# есть какой-нить аналог борландовского StringGrid, куда можно вывести двумерный массив значений в цикле? Заранее спасибо. В компонентах от Microsoft нет, но есть куча сторонних компонетн, в том числе и бесплатных. Тема неоднократно обсуждалась, воспользуйтесь поиском. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 31.08.2005, 20:05:22 |
|
||
|
Аналог 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:18 |
|
||
|
Аналог 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:35 |
|
||
|
|

start [/forum/topic.php?fid=20&tid=1402971]: |
0ms |
get settings: |
8ms |
get forum list: |
16ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
179ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
35ms |
get tp. blocked users: |
1ms |
| others: | 203ms |
| total: | 459ms |

| 0 / 0 |
