本文介绍了如何使用C#中的窗体中的选项卡控件展开组合框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我们使用标签进行导航时,我想要组合框活动的解决方案当我们来到组合框时比组合框自动打开或下垂。



我是什么尝试过:



i绑定使用鼠标输入事件,但它不能像我想要的那样......

i want solution for combobox activity when we are using tab for navigating and when we came to combobox than combobox automatically open or dropeddown.

What I have tried:

i tied to use mouse enter event but it doesn't work like i want...

推荐答案



这篇关于如何使用C#中的窗体中的选项卡控件展开组合框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 13:55