?
=?iso-8859-1?q?Nils Hedstr=f6m
I have a problem with my windows form.
I want to display items that doesn't fit on one row in a listview.
I would like to find a control which enables me to add all my columns but
one to the first row and the last column on the second row.
If it was a html-table an item would look like this
<tr><td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
</tr>
<tr>
<td colspan="3">Column 4. Big.</td>
</tr>
It would be nice if the control would be similar to a listview in Details-view
(able to change the width and sort on the columns in the first row).
/nisse
I want to display items that doesn't fit on one row in a listview.
I would like to find a control which enables me to add all my columns but
one to the first row and the last column on the second row.
If it was a html-table an item would look like this
<tr><td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
</tr>
<tr>
<td colspan="3">Column 4. Big.</td>
</tr>
It would be nice if the control would be similar to a listview in Details-view
(able to change the width and sort on the columns in the first row).
/nisse