display individual listView for every item in a listView -


i have form 2 listviews. when select item (parent) in left listview want display list of items (children) in right listview.

this picture might clarify mean.

is there simple coding approach achieve that?

i'd grateful ideas!

finally got working. copy items of listview 1 in dictionary, representing keys, whereas subitems (categorical entries) or values represented in form of generic lists individual contents displayed in listview 2, done listview itemselectionchanged event.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -