本文介绍了DevExpress SpinEdit不增加?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在 WinForm
上添加了一个 SpinEdit
控件,当我点击向上和向下箭头时,它不会做任何事情。我修改的唯一属性是:
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'
推荐答案
将您的父控件设置为可编辑,您将能够增加/减少旋转的值...
You must set your parent control to be editable, and You will be able to increment / decrement spin's value...
这篇关于DevExpress SpinEdit不增加?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!