tags:

views:

249

answers:

1

need to have flat border style for wpf based textbox... really surprised to see there is no easy way to get this like was in winforms textbox BorderStyle.FixedSingle

is there any easy way to get this done foir wpf textbox

A: 
<TextBox BorderThickness="1" BorderBrush="Black">

just try this by black or gray

Kishore Kumar