d.moncada
d.moncada

Reputation: 17402

Styling TextBox cursor/caret

I've been looking around for a while, and have not come across a way to do this. I need to be able to change the height and width of a TextBox caret, is this possible? I understand that I can change the brush via CaretBrush, but have not yet found a way for the size.

Thanks for the help

Upvotes: 1

Views: 2406

Answers (1)

d.moncada
d.moncada

Reputation: 17402

I came up with a solution using XAML and some code behind. You can find the article here.

Upvotes: 4

Related Questions