【发布时间】:2017-09-26 07:59:00
【问题描述】:
我有多个组框:假设
GroupBox 1 : Button 11, Button 12, Button 13
GroupBox 2 : Button 21, Button 22, Button 23
我的 taborder 有问题,我想做这样的事情:
Button 11 -> Button 22 -> Button 13 -> Button 21
我尝试了很多方法,但都没有奏效(将我所有的分组框放在 tabindex 0,然后按正确的顺序设置按钮的 tabindex)。 谢谢。
【问题讨论】:
-
所以您想按以下顺序选择它们:
Button 11 -> Button 22 -> Button 13 -> Button 21如何告诉我们它当前在做什么,因为“不工作”不是很具有描述性 -
您的
button控件的tabindex属性怎么样? -
@EpicKip 我已经用更多信息编辑了我的帖子。
-
@MuratSEKER 我已经尝试将所有 groupbox 的 tabindex 设置为 0,但它不起作用。
-
@Cesar 没有意义 ^^