@@ -287,6 +287,7 @@ namespace InABox.DynamicGrid
if (Pages == null || Pages.Count == 0)
Editor.Margin = new Thickness(5, 5, 5, 0);
+ Buttons.Children.Clear();
if (buttons != null)
foreach (var button in buttons)
{