Peter
Peter

Reputation: 38455

WPF Custom TextBox

Hi im making a custom Textbox i got everty thing working but how do i change the color of the I that blinks when a textbox has focus? ps the the text is inside a ScrollViewer with the property x:Name="PART_ContentHost"

Ps this is my first wpf application so im not so good yet...

Image

Upvotes: 2

Views: 2689

Answers (1)

Jobi Joy
Jobi Joy

Reputation: 50028

Check out this blog for a possible answer. Changing the Caret cursor is not easily supported by the WPF

Upvotes: 3

Related Questions