Skip to content

Releases: Dirkster99/InplaceEditBoxLib

v1.4.2

Choose a tag to compare

@Dirkster99 Dirkster99 released this 26 Feb 13:23

InplaceEditBoxLib Version 1.4.1

Choose a tag to compare

@Dirkster99 Dirkster99 released this 24 Aug 17:10

Multitargeting NetCore 3 and Net 4/Net 4.5.2

Choose a tag to compare

@Dirkster99 Dirkster99 released this 02 Sep 16:28
v1.4

Update appveyor.yml

Removing unused dependency to log4net

Choose a tag to compare

@Dirkster99 Dirkster99 released this 03 Nov 18:46
v1.1.2.1

Removed dependency on log4net since it was no longer needed (issue #5)

Minor BugFix for WPF Designer

Choose a tag to compare

@Dirkster99 Dirkster99 released this 14 Jul 12:06

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

Choose a tag to compare

@Dirkster99 Dirkster99 released this 13 May 16:28

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

Choose a tag to compare

@Dirkster99 Dirkster99 released this 06 Sep 18:16
Minor Bug fix in EditTextBox.xaml.cs

OnTextBoxLayoutUpdated

Initial Release with a Bugfix

Choose a tag to compare

@Dirkster99 Dirkster99 released this 03 Sep 17:13
  • Small Bug in Coerce Text Changed Method in EditBox.cs

v1.0.0

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@Dirkster99 Dirkster99 released this 03 Sep 11:46