Hi Mike, I just posted the SwitchPanel sample which you can find here: http://www.blendables.com/files/folders/layout_samples/entry389.aspx Enjoy! Kurt void ButtonClick(object sender, RoutedEventArgs e) { if (((SwitchPanel)sender).ActiveLayoutIndex + 1 < ((SwitchPanel)sender).Layouts.Count) ((SwitchPanel...