本文介绍了KeyEvent或DataBinding的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!



我有一个RichTextBox可用于我的程序中的计算。

现在我想添加一个列表框,它应显示来自的快捷方式快捷方式[](sin,cos,tan,log,ln .....)数组。

实际上与Visual Studio相同,它可以帮助您找到变量名称/方法/ funktions等



我有一个KeyEvent的解决方案,但我认为它是一个糟糕的(令人困惑的)解决方案..

我读了一些关于DataBindings的东西,可以这是正确的方法吗?

如果是,我需要一个好的解释或一个例子,请!



谢谢

Hi everyone!

I have a RichTextBox wich can be used for calculations in my program.
Now I want to Add a Listbox which should display shortcuts from the shortcut[](sin, cos, tan,log,ln.....) array.
Actually the same as Visual Studio, it helps you to find variable names/methods/funktions etc

I have a solution with an KeyEvent, but i think its a bad(confusing) solution..
I read something about DataBindings, could be this the right way?
If it is, i need a good explanation or an example, please!

Thanks

推荐答案


这篇关于KeyEvent或DataBinding的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 03:12