Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.16 KB

Changelog.md

File metadata and controls

46 lines (31 loc) · 1.16 KB

Changelog for nsAttachedProperties

Ver. 1.2.0 nsAttachedProperties.Wpf

  • Breaking changes

    • none
  • Enhancements/Features

    • The TextBoxProperties.ReturnBehavior attached property also supports for an editable ComboBox control in addition to the EditBox control. This attached property can be used to improve the TextBox behavior in ComboBox when the Enter key is pressed.
  • Bug fixes

    • none
  • Limitations

    • none

Ver. 1.1.0 nsAttachedProperties.Wpf

  • Breaking changes

    • none
  • Enhancements/Features

    • Add TextBoxProperties class for the TextBoxProperties.ReturnBehavior attached property. This attached property can be used to improve the TextBox behavior when the Enter key is pressed.
  • Bug fixes

    • none
  • Limitations

    • none

Ver. 1.0.0 nsAttachedProperties.Wpf

  • Breaking changes

    • Initail release
  • Enhancements/Features

    • Add ScrollViewerProperties class for the ScrollViewerProperties.MouseWheelHandlingMode attached property. This attached property can be used to improve the scrolling behavior of a nested ScrollViewer by rotating the mouse wheel.
  • Bug fixes

    • none
  • Limitations

    • none