actually i did some projects for windows phone 8 devices and with the concept of listbox control i have already listed some datas in listbox both statically and dynamically(Binding values to itemsSource).,
i have already know how to display single gridview on each list items like one grid view per list items.,
But my problem is , i want to display Two GridViews side by side on every single List.Items inside listbox Dynamically.,
Statically we can do by desing in XAML page that i know., But i dont know
" How To Dynamically Display 2 GridViews side by side on every List items on listbox control"
so My listBox should exactly look like this image.,
Some one please help me how to display my contents on listbox items with 2 grid(side by side) on each list items
Or is there any other control there to display two grids side by side in windows phone
Thanks in advance