Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watermark fixes and improvements #3069

Merged
merged 5 commits into from
Oct 6, 2017
Merged

Conversation

punker76
Copy link
Member

@punker76 punker76 commented Oct 6, 2017

Watermark fixes and improvements

  • Fix right aligned floating watermark.
  • Use TextBoxHelper.Watermark for HotKeyBox instead own DependencyProperty (marked as obsolete).
  • Allow TextBoxHelper.AutoWatermark for HotKey DependencyProperty of HotKeyBox.
  • New TextBoxHelper.WatermarkTrimming attached property to set the text trimming behavior to employ when (floating) watermark overflows the content area. thx to @amkuchta
  • New TextBoxHelper.WatermarkWrapping attached property (only for TextBox) to set how the watermark should wrap text. Default is binded to TextWrapping property. thx to @amkuchta

Closes #3067
Closes #3068
Closes #2884
Closes #2889

  instead own DependencyProperty
Allow AutoWatermark for HotKey DependencyProperty
  to set the text trimming behavior to employ when watermark overflows the content area.
  (only for TextBox) to set how the watermark should wrap text. Default is binded to TextWrapping property.
@punker76 punker76 added this to the 1.6.0 milestone Oct 6, 2017
@punker76 punker76 self-assigned this Oct 6, 2017
@punker76 punker76 merged commit 9a5df8e into develop Oct 6, 2017
@punker76 punker76 deleted the feature/FloatingMessage_Fixes branch October 8, 2017 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment