|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Own list controlCan 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 HDI,
Have you looked at the DataGridView, DataGrid and Listview controls? Will none of them do what you need? Kerry Moorman Show quoteHide quote "HDI" wrote: > 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: Show quoteHide quote > HDI, > > Have you looked at the DataGridView, DataGrid and Listview controls? Will > none of them do what you need? > > Kerry Moorman > > > "HDI" wrote: > > > 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 > > > > HDI wrote:
> I wnt to add my usercontrol to a list. How about a ListView to which you add instances of your own class > > Tried wil scrollablecontrol but can only add 1 control. derived from ListViewItem? HTH, Phill W. |
|||||||||||||||||||||||