data binding for listbox to display table
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i need your suggestion on how to do data binding to display a table consisting of data that is obtained from xml file. The table is created using listbox and should have the structure as shown below: _____________________________ |aaaaaaaaaaa|_________1______| |___________|_________2______| |bbbbbbbbbbb|________3_______| |___________|_________4______| May i know how should i write my xaml codes? Thanks.