A very interesting component by my colleague Rudi. It allows to see the metro grid in Visual Studio design mode.
Must try it!!!
http://www.windowsphonegeek.com/articles/MetroGrid-component-for-Windows-Phone
Nothing more than another programmer's blog ;)
<ComboBox Grid.Row="4" Grid.Column="4" DisplayMemberPath="Description"
ItemsSource="{Binding DescriptionsList} " SelectedValue="{Binding SelectedDescription, Mode=TwoWay}" SelectedValuePath="DescriptionId" />
public class MyChildWindow : ChildWindow
{
protected override void OnClosed(EventArgs e)
{
base.OnClosed(e);
Application.Current.RootVisual.SetValue(IsEnabledProperty, true);
}
}
<data name="ImageList1.ImageStream"
mimetype="application/x-microsoft.net.object.binary.base64"> <value> AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4wto
<data name="ImageList1.ImageStream"
mimetype="application/x-microsoft.net.object.binary.base64"> <value> AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w