void SetNumberOfColumns(int columns) { elements.GetMaxColumnsTextBlock().SetValue(columns.ToString()); elements.GetSetMaxColumnsButton().Click(); }