开发者

Scrollbar loses focus when datagridview refreshs its content

开发者 https://www.devze.com 2023-01-09 03:30 出处:网络
my DataGridView refreshes after one second its content. the refresh is triggered via a thread/invoke. when i grab the scrollbar and the refresh starts i lose the focus and i have to regrab the scrollb

my DataGridView refreshes after one second its content. the refresh is triggered via a thread/invoke. when i grab the scrollbar and the refresh starts i lose the focus and i have to regrab the scrollbar again. doing that every se开发者_开发知识库cond is quite annoying. has anyone a hint how to do it that way i dont lose the focus? as a concrete example, like the task manager does it.

0

精彩评论

暂无评论...
验证码 换一张
取 消