简体   繁体   中英

Winform C# Taborder of DataGridView only in first row

When I set this.grv.TabStop = true (grv's type is DataGridView) , taborder effect with each cell in DataGridView. I want tab to DataGridView only stop in first row of list. How can I do? Thanks in advance!

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.

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