ListView is indeed the best way to approximate a table. Here is an example... <ListView x:Name="listViewm" ItemsSource="{Binding MyItems}"> ...
確定! 回上一頁