You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the caret also when there is a selection which helps me to understand if I am positioned at the start or at the end of the selection.
Describe the solution you'd like
I would like to have additional property on the TextBoxes and TextPresenter which would allow me to render the caret even when selection is empty.
I also think this issue #12809 should also be fixed because it would be more noticeable when this is added.
Describe alternatives you've considered
I know the default TextBox in WPF behaves the same, but consider using something like Excel which also uses under the hood a custom text editing control for in-cell editing. There it also keeps the caret for richer behavior. Same goes for most "code" editing controls.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have noticed that in TextPresenter has following logic on line 414:
If I simply change it to:
I see the caret also when there is a selection which helps me to understand if I am positioned at the start or at the end of the selection.
Describe the solution you'd like
I would like to have additional property on the TextBoxes and TextPresenter which would allow me to render the caret even when selection is empty.
I also think this issue #12809 should also be fixed because it would be more noticeable when this is added.
Describe alternatives you've considered
I know the default TextBox in WPF behaves the same, but consider using something like Excel which also uses under the hood a custom text editing control for in-cell editing. There it also keeps the caret for richer behavior. Same goes for most "code" editing controls.
Additional context
No response
The text was updated successfully, but these errors were encountered: