Made a library factory so we can add additional libraries at runtime.

Made the scroll bar for the library stay on screen.
Made the item insertion go in the right place
Refactoring
This commit is contained in:
Lars Brubaker 2015-06-16 18:10:30 -07:00
parent 0626981766
commit 45e73c8396
10 changed files with 131 additions and 52 deletions

View file

@ -99,11 +99,11 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
}
}
public override string Key
public override string ProviderTypeKey
{
get
{
return "LibraryProvider_" + key.ToString();
return "LibraryProvider_" + key.ToString() + "_Key";
}
}