Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi friend,

i want to show listview inside the listview

for eg
class Compnay
name as string
List empolye as List (Of Empolye)
end class

class Empolye
name as string
end class

nowi wnat to show data in list view like this

Company name
Employename
EmployeName
Company Name
Employename
Employename

can any one provide me code for this in wpf using VB.net(Windows application)?
Posted
Updated 22-Aug-12 4:04am
v3

1 solution

Use a datatamplate and use that as the view:
datatamplate [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900