Own list control

  • Thread starter Thread starter HDI
  • Start date Start date
H

HDI

Hi,

Can someone gets me started?

I want to build a list control with items that have more than 1 field
and when I click an item the labels should chang to textboxes.

Ex

Name: John
Age: 16
City: London

Name: Dre
Age: 56
City: London

.....

Thx
 
I wnt to add my usercontrol to a list.

Tried wil scrollablecontrol but can only add 1 control.


Kerry Moorman schreef:
 
HDI said:
I wnt to add my usercontrol to a list.

Tried wil scrollablecontrol but can only add 1 control.

How about a ListView to which you add instances of your own class
derived from ListViewItem?

HTH,
Phill W.
 
Back
Top