xaml - ListView containing GridViews and ListViews -


i have requirement create xaml page semantic zoom zoomed in view contains both gridviews , listviews. have started out basic grid application template.

in order try achieve this, have made semantic zoom control's zoomed in view show list view, , list view contains listview , gridview controls need show data listviewitems. works, point - issue mouse-down or tap animations happen on whole child control of parent listview instead of child's elements. sort of layout simple if didn't need support semantic zoom.

so, question is best way achieve sort of layout, or missing something. if best way, possible control behaviour child item elements have correct animation effect on selection?

additional info

the choice of gridview or listview based on type of items in collections. in example, grp 1, 3 , 4 (to shown in grids) collections of type newsfull , remainder (to show in lists) of type headlineonly, both types inherit newsbase.

the page layout (zoomed in) should this...

title  grp 1         grp 2          grp 3            grp 4      grp 5 [g][g][g][g]  [_list item_]  [g][g][g][g][g]  [g][g][g]  [_list_item_] [g][g][g][g]  [_list item_]  [g][g][g][g][g]  [g][g][g]  [_list_item_] [g][g][g][g]  [_list item_]  [g][g][g][g]     [g][g]     [_list_item_] [g][g][g]     [_list item_]  [g][g][g][g]     [g][g]                   

where [g] grid view item, , [_list_item_] list view item.

zoomd out view this...

title  grp 1      grp 2      grp 3      grp 4      grp 5 [summary]  [summary]  [summary]  [summary]  [summary] 

perhaps can try using itemcontainerstyleselector swap out container of items based on item type or similar? way, may can set 1 group have wrapping layout container , can stackpanel?


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -