Tagged Questions
10
votes
5answers
14k views
Where is the WPF Numeric UpDown control?
Possible duplicate: Good NumericUpDown equivalent in WPF?
Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am ...
1
vote
3answers
341 views
Maintain UpDown-Associate connection while recreating the associate
I have an TUpDown control whose Associate is set to an instance of a TEdit subclass. The edit class calls RecreateWnd in its overriden DoEnter method. Unfortunately this kills the buddy connection at ...