saulgreenberg / TimelapseDeprecatedPre2.3

Timelapse Image Analysis Tool
Other
1 stars 0 forks source link

IntegerUpDown should allow empty plus ellipsis #58

Closed saulgreenberg closed 6 years ago

saulgreenberg commented 6 years ago

Because I use Integrer UpDown in an unorthodox way (to show ellipsis and empty values), I had to hack the way it presents text in DataEntryCounter. A better way would be to change the class to allow those values. This would require extracting it from the WPFToolkit, so I am not sure its worth the extra work if my hacks work.

saulgreenberg commented 6 years ago

I played with this, and its not worth the effort, especially because the workarounds seem to work.