WPF Custom TextBox - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T20:03:09Zhttp://stackoverflow.com/feeds/question/529347http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/529347/wpf-custom-textbox2WPF Custom TextBoxPetoj2009-02-09T18:48:25Z2009-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&s=5" rel="nofollow">Image</a></p>
http://stackoverflow.com/questions/529347/wpf-custom-textbox/529378#5293783Answer by Jobi Joy for WPF Custom TextBoxJobi Joy2009-02-09T18:55:52Z2009-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>