DevExpress SpinEdit not incrementing?

对着背影说爱祢 提交于 2019-12-13 02:45:23

问题


I put a SpinEdit control on a WinForm and when I click the up and down arrows, it does not do anything. The only properties I changed on it are:

IsFloatValue is false  
MinValue is 1
MaxValue is 99
EditMask = 'N00'

回答1:


You must set your parent control to be editable, and You will be able to increment / decrement spin's value...



来源:https://stackoverflow.com/questions/12518041/devexpress-spinedit-not-incrementing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!