WPF Custom TextBox - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T20:03:09Z http://stackoverflow.com/feeds/question/529347 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/529347/wpf-custom-textbox 2 WPF Custom TextBox Petoj 2009-02-09T18:48:25Z 2009-02-09T19:02:18Z <p>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"</p> <p>Ps this is my first wpf application so im not so good yet...</p> <p><a href="http://tinypic.com/view.php?pic=xla6py&amp;s=5" rel="nofollow">Image</a></p> http://stackoverflow.com/questions/529347/wpf-custom-textbox/529378#529378 3 Answer by Jobi Joy for WPF Custom TextBox Jobi Joy 2009-02-09T18:55:52Z 2009-02-09T19:02:18Z <p>Check out <a href="http://blogs.msdn.com/llobo/archive/2007/02/08/changing-caret-color-in-textbox.aspx" rel="nofollow">this blog</a> for a possible answer. Changing the Caret cursor is not easily supported by the WPF</p>