1

this.grv.TabStop = true(grv's type is DataGridView)を設定すると、DataGridView の各セルで taborder 効果が発生します。DataGridView へのタブは、リストの最初の行でのみ停止する必要があります。どのようにできるのか?前もって感謝します!

4

1 に答える 1

2

Set DataGridView.StandardTab property to true

Gets or sets a value indicating whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell in the control.

于 2015-09-05T02:37:04.977 に答える