Grid.IsSharedSizeScope equivalent for Windows 8
问题 Is there any kind of simple (non-custom-coded) equivalent to WPFs Grid.IsSharedSizeScope in Windows 8/RT XAML? I have ListViewItem s that are divided into 3 horizontal sections and those 3 columns need to be aligned (to the widest width each) to all the bound ListViewItem . 回答1: Since that was for wpf I found a Metro solution to the problem. Ill paste the entire code in here. :) <Page.Resources> <DataTemplate x:Key="DataTemplate1" > <Grid HorizontalAlignment="Stretch" VerticalAlignment=