Releases: Dirkster99/InplaceEditBoxLib
Releases · Dirkster99/InplaceEditBoxLib
v1.4.2
InplaceEditBoxLib Version 1.4.1
Multitargeting NetCore 3 and Net 4/Net 4.5.2
v1.4 Update appveyor.yml
Removing unused dependency to log4net
v1.1.2.1 Removed dependency on log4net since it was no longer needed (issue #5)
Minor BugFix for WPF Designer
Using the
if (DesignerProperties.GetIsInDesignMode(new System.Windows.DependencyObject()))
return;
statement to make sure the interaction logic is not implemented when displaying the control in the WPF designer.
Pre-Release to fix https://github.com/Dirkster99/InplaceEditBoxLib/issues/2
Pre-release
The changes fix the described NullReferenceException and use a more advanced
method to measure the desired size of the EditTextbox - the normal method to
determine the position of a control does normally works but can cause problems
on higher resolution displays (eg 4K ...)
Added Click outside TextBox feature to cancel edit mode
Minor Bug fix in EditTextBox.xaml.cs OnTextBoxLayoutUpdated
Initial Release with a Bugfix
- Small Bug in Coerce Text Changed Method in EditBox.cs