There was already a post on this but appeared there was no resolution. Perhaps it was before the SelectionBrush
property was exposed for the TextBox
.
I have a Style
for the TextBox
in my resources that works correctly (the selected text is not the default System color but a color I have chosen). I would assume the TextBox
component of my custom ComboBox
template would use that TextBox
Style
but the selected text in the ComboBox
TextBox
is still blue.
Since I know I can control the selected text color of a TextBox
, how do I control it in my ComboBox
ControlTemplate
? I have image and code exaqmples but this forum will not let me post them since this is my first time.