Add support for ListView filtering & property for container IsReadOnly

- Filter SaveAs dialog to writable containers only
This commit is contained in:
John Lewin 2017-07-31 22:16:15 -07:00
parent 26f47c2634
commit ad9a445587
9 changed files with 30 additions and 7 deletions

View file

@ -382,6 +382,8 @@ namespace MatterHackers.MatterControl.Library
{
}
public bool IsReadOnly { get; set; } = false;
public bool UseIncrementedNameDuringTypeChange { get; set; }
public Task<ILibraryContainer> GetContainer(Action<double, string> reportProgress)