private static void OnColumnCountChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            EditorGrid grid = d as EditorGrid;

            grid.CorrectColumnCount();
        }