Extended-Toolkit
Extended-Toolkit copied to clipboard
[Discussion]: As part of V6, can the modules be broken down into smaller units, and also remove duplication?
I know.. This will lead to "Breaking changes", but as it is a new version then these are allowed ;-)
For example.. Create a dll that only has MessageBox extensions in it. Reason.. I do not want to download Scintilla and other third party libraries just to have a MessageBox with a timeout on it !
Another example.. Rounded controls: The base of these appear to be in at least 2 different places with also "research" code still splatted all over the place.
Note: Research code should be in a separate place and not part of the shipped NuGet dll(s)
@Smurf-IV Rounded/Standard controls will actually be removed, as I've added functionality to the action lists in the standard toolkit. But +1 for the idea of a MessageBox
module
Maybe have a MB act like a KryptonPalette
component for easier configuration in the designer?