What .NET control do i should i use to display this to the user?
I have 2 types of elements, a package and item. The data an item contains is id, size and status. The package can have several items (but no packages as its not a tree). It holds status and count. I can think of a 3rd column for this. I will need to right click each item or package and select commands. I should have all items within a package in a group. i would like to hide or show the items in a package if the user double clicks.
I dont know what control to use. I was thinking datagrid with a id and size column and thought i can use id as status and have some kind of tree but i dont know if thats possible. What control should i use?