Skip to content

Releases: midnightsyntax/wpflib

1.2.1

31 Jan 16:39

Choose a tag to compare

2018-01-31

Fix

  • All Converters are now Public

1.2: fix namespace names

31 Jan 16:25

Choose a tag to compare

Added

  • New converter: 'NullableBoolConverter'

Change

  • Namespaces for all converters are now WpfLib.Converter
  • Cleanup unused namespaces

1.1

27 Jan 12:42

Choose a tag to compare

1.1

Added

  • Converters!
    • BoolToStringConverter
    • ColorToSolidBrushConverter
    • DoubleAddSubstractConverter
    • HeightToMarginConverter
  • ViewModelBase

1.0

26 Jan 19:15

Choose a tag to compare

1.0
2018-01-26
  • Initial release

Added

  • 'WindowBase' class file for window position and size state management.
  • Save window position, size and state (maximized, minimized, normal) on application exit.
  • Load and use last window position, size and state on application start.
  • Event Moved. Triggers once after the window has been moved.
  • Event Resized. Triggers once after the window has been resized.

Derive from wpflib.WindowBase instead of System.Windows.Window to automatically use the windows last position and size on application startup. Check the README for details how to use the DLL.