문제

enter image description here

Is it possible to achieve not by subclassing a NumericUpDown?

도움이 되었습니까?

해결책

Sadly, this is not possible. I tried to retrieve a real Vista / 7 textbox border for a custom control, but all methods I tried didn't work.

The only solution is a dummy textbox around a borderless numeric up down (I hope it's possible to hide the border of it).

Also see my question: Draw TextBox border as in Vista / 7

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