src/FingersDance.Control.Menu/UserControlMenu.xaml.cs
changeset 201 16287a7d1f1a
parent 194 d96cd2bce653
child 211 50e6fe2c2ea2
--- a/src/FingersDance.Control.Menu/UserControlMenu.xaml.cs	Fri Nov 13 23:26:50 2009 +0100
+++ b/src/FingersDance.Control.Menu/UserControlMenu.xaml.cs	Sat Nov 14 19:07:51 2009 +0100
@@ -43,6 +43,7 @@
             foreach (Item elt in temp.Items)
                 try
                 {
+                    //SscrollViewer.Co
                     LayoutRoot.Children.Add(CreateMenuItem(elt));
                 }
                 catch (Exception) { }