Reputation: 27717
Is there a free implementation of the text box in Blend's property grid that allows you to change the number by clicking and dragging? Or perhaps another way to ask is what kind of control called so I can google it?
Upvotes: 1
Views: 726
Reputation: 21863
just try this
http://www.codeproject.com/KB/WPF/MicrosoftBlendStyleTextBo.aspx
Upvotes: 2
Reputation: 60011
It's called a numeric UpDown control. (Terrible name, I know).
MS has a sample implementation for WPF, although I think you'll have to provide the draggable part yourself.
Upvotes: 1