AnimatedTextBoxBehavior icon indicating copy to clipboard operation
AnimatedTextBoxBehavior copied to clipboard

A WPF behavior to add caret animations to a TextBox

Results 5 AnimatedTextBoxBehavior issues
Sort by recently updated
recently updated
newest added

The delay when you type or move before it starts blinking again is implemented simply, but could likely be done more effeciently.

enhancement

We should correct our animations when the user changes their caret blink time setting, but I don't see a way of getting notified that it's changed.

enhancement
help wanted

MSDN states that the caret blink time can return -1 for a no-blink setting, we should support this.

enhancement