时间:2019-03-17 标签:c#propertyGridkeylistener

发布于 2024-12-18 03:23:06 字数 116 浏览 1 评论 0原文

我有一个属性网格; PropertyGrid 包含许多存储数值的属性; 我想要做的是输入这些属性之一,而不是在其中写入新数字,而是通过按向上/向下箭头增加/减少其值。

关于如何处理这个问题有什么想法吗?

I have a propertyGrid;
PropertyGrid contains lots of properties storing number values;
What I want to do is to enter one of those properties and instead of writing new number in it, by pressing arrows UP/DOWN increase/decrease its value.

Any ideas on how to handle that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

锦欢 2024-12-25 03:23:06

您需要实现您的 UI 类型编辑器。
请查看此 MSDN 页面,了解从哪里开始并获取有价值的例子。

You need to implement your UI Type Editor.
Look at this MSDN page just to know where to start and to get a valuable example.

偏闹i 2024-12-25 03:23:06

我必须做一个 PropertyGrid,大约一年前我使用了这个库:
http://wpg.codeplex.com/

我不记得它是否在做你想做的事情,但它非常完整!
我记得在 int (例如)上你有一些 和 按钮

I had to do a PropertyGrid and I used this library about 1 year ago :
http://wpg.codeplex.com/

I don't remember if it was doing what you want but it was VERY complete !
I do remember that on int (for example) you had some and buttons

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文