本文介绍了现在,我需要的是当我按向上和向下键时,列表框中选定的项目将相应地更改.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带列表框控件的datagridview.当我编辑单元格时,列表框是可见的,并在列表框中搜索单元格中的内容.我无法按上键.

现在我需要的是当我按向上和向下键时,列表框中选定的项目将相应地更改.

i have a datagridview with listbox control. while i am editing a cell the listbox is being visible and searching in the listbox for what is in the cell. i am unable to catch the up down key.

Now what i need is when i press up and down key the listbox selected items will change accordingly.

Plz help me to solve it.

推荐答案


这篇关于现在,我需要的是当我按向上和向下键时,列表框中选定的项目将相应地更改.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 18:27