Add support for ListView filtering & property for container IsReadOnly
- Filter SaveAs dialog to writable containers only
This commit is contained in:
parent
26f47c2634
commit
ad9a445587
9 changed files with 30 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue