I am using wx.SearchCtrl
and I need a red border around the search field. In the documentation, I could not find anything to do this easily. How can I do this?
Asked
Active
Viewed 819 times
0

user1670773
- 967
- 4
- 12
- 23
1 Answers
2
You can't change the border colour directly, but you could use the usual trick with making this search control a child of wx.Panel
with the background colour you want and make it just a few pixels smaller than its parent.

VZ.
- 21,740
- 3
- 39
- 42