简体   繁体   中英

How to set TAborder in wpf

我有一个问题,我让一个wpf应用程序正常运行。但是我想设置每个窗体的制表符顺序,但是我在Vs2008 Express Edition中没有任何制表符,我该如何解决呢?沙善

要使TabIndex在Image控件上工作,请设置以下属性

<Image Focusable="True" KeyboardNavigation.TabIndex="1" Source="img.png" />

使用TabIndex属性设置选项卡顺序。

尝试这个

<ComboBox KeyboardNavigation.TabIndex="0"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM