I have found something close to this:
However, this is numeric and does not allow for a floating point decimal out to 3 places (such as 45.231).
Anyone know how to do this???
Currently there is no support for this. You may want to submit a suggestion for adding it.
BTW, I'm assuming that you wanted to have multiple double sections like the example. If you just have a single double section then if you want to control the min/max you would use the ValueConstraint setting the (Min|Max)Exclusive or Inclusive properties.
This might actually achieve what I want. Thank you!