Goals and Bottlenecks - SaneDevelopment/WPF-Controls GitHub Wiki
Motivation
Sane Development WPF Controls Library
was developed to extend set of default WPF controls and other existing free-to-use controls libraries, that need to be used in other Sane Development
projects.
Sometimes we need some new handy controls like range slider and zoom bar, which analogs exist only in prepaid form (such as Infragistics
controls) or has no needed functionality.
Sometimes we need a few enhancements over existing controls like SaneDataGrid
or ParameterizedCallMethodAction
over Microsoft.Expression.Interactivity.Core.CallMethodAction
.
And sometimes we need a bug fix over existing component like a well known problem with WPF's GridSplitter
.
Restrictions
Sane Development WPF Controls Library
was started on Visual Studio 2010
and now we are moving from Visual Studio 2012
to Visual Studio 2019
, from C# version 5.0
to C# version 7
and to the latest version of WPF.
We intend to support .NET Core
in the future.