문제

I have set up a ToolStrip in my C# WinForms project and have added a TextBox on it. I'm just curious whether it is normal that the TextBox is barely visible due to the colour of the ToolStrip and TextBox.

I could put a border around it or change the background colour of the TextBox but that just looks odd.

Is there some property which I haven't thought of which I could set to make it stand out more but not look out of place?

Screenshot added:

textbox

도움이 되었습니까?

해결책

A very light border would probably be best. if you use the same color as the toolstrip, you won't really notice the border at the bottom, but it will make the top of the search box stand out. you might also want to add a margin around it, or less padding inside of it, so it doesn't fill up the whole hight.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top