ListView and column

  • Thread starter --== Alain ==--
  • Start date
A

--== Alain ==--

Hi,

In standard Listview, when we add new column to collection, it can only
be a text column.

Is it possible (without writing my own control) to customize the
ColumnHeader Collection editor to make it works with other column types
like progress bar or spinboxes ?

I know that we are able to add them via code line, but i would like to
make it easier via the property editor.

thx.

AL.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,



| Hi,
|
| In standard Listview, when we add new column to collection, it can only
| be a text column.
|
| Is it possible (without writing my own control) to customize the
| ColumnHeader Collection editor to make it works with other column types
| like progress bar or spinboxes ?
|
| I know that we are able to add them via code line, but i would like to
| make it easier via the property editor.

Not that I know of. I'm afraid that either you write your own or use a
third party control
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top