List Control with multiline text

  • Thread starter Thread starter Lakesider
  • Start date Start date
L

Lakesider

Hi NG,

I want to use a List Control, that is able to display the following
szenario:

[Image] Customer A
New York
Revenue: 1200,- €

[Image] Customer B
Vienna
Revenue: 2200,- €

....

That means, a list control that is able to show multiline text
(different formattet in size, Customer should be bold) and eventually
display an Image. Who know such a control, or is it easy to build
myself?

Thank you very much

Rudi
 
How about using a TreeView instead.
You can turn off the lines and it seems to me that being able to collapse
the details would be a good thing for this sort of view.

Hi NG,

I want to use a List Control, that is able to display the following
szenario:

[Image] Customer A
New York
Revenue: 1200,- ?

[Image] Customer B
Vienna
Revenue: 2200,- ?

....

That means, a list control that is able to show multiline text
(different formattet in size, Customer should be bold) and eventually
display an Image. Who know such a control, or is it easy to build
myself?

Thank you very much

Rudi
 
Hi,

In case you need to create your own control take a look at
http://www.opennetcf.org/PermaLink.aspx?guid=d88b1a1a-a866-4247-a0c8-94ab3c124f63


Hi NG,

I want to use a List Control, that is able to display the following
szenario:

[Image] Customer A
New York
Revenue: 1200,- ?

[Image] Customer B
Vienna
Revenue: 2200,- ?

....

That means, a list control that is able to show multiline text
(different formattet in size, Customer should be bold) and eventually
display an Image. Who know such a control, or is it easy to build
myself?

Thank you very much

Rudi
 

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

Back
Top