Click here to Skip to main content
15,914,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a collection something like below:
C#
collection
{
  groupItem
  stepItem
  stepItem
  stepItem
  groupItem
  stepItem
  groupItem
  stepItem
  stepItem
  stepItem
  stepItem
  groupItem
  stepItem
  stepItem
  stepItem
},

I want to Bind the above collection to list-view, and need to present something like fallowing:
C#
ListBox
{
   expander(GroupItem)
   {
      textbox(StepItem)
      textbox(StepItem)
      textbox(StepItem)
   }

   expander(GroupItem)
   {
      textbox(StepItem)
      textbox(StepItem)
      textbox(StepItem)
   }

   expander(GroupItem)
   {
      textbox(StepItem)
      textbox(StepItem)
      textbox(StepItem)
   }
}.

is it possible?. if possible somebody please help me.

Thanks & Regards
Easwar.
Posted
Updated 20-Jun-12 2:56am
v2

1 solution

Check this solution.
 
Share this answer
 
Comments
Maciej Los 20-Jun-12 9:14am    
Good link, my 5!

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