GridSplitter - SaneDevelopment/WPF-Controls GitHub Wiki
GridSplitter
aimed to bypass a well known problem with System.Windows.Controls.GridSplitter
when is jumps randomly while resizing.
The code for GridSplitter
was lifted from Reflector
's disassembler view and updated to fix a bug.
In future versions it will be excluded from this library because Microsoft
fixed problem by itself.
For more details see:
- https://blog.onedevjob.com/2011/12/11/fixing-wpf-gridsplitter/
- https://stackoverflow.com/questions/37239399/wpf-using-gridsplitter-outside-of-a-grid-jumping-re-size-issue
- https://connect.microsoft.com/VisualStudio/feedback/details/483010/wpf-gridsplitter-randomly-jumps-when-resizing
- https://www.codeproject.com/Tips/1083781/WPF-The-Jumpy-GridSplitter-Fix