Hi Experts, I have a datagridview control within a scrollable control. I am working on an accessibility bug where when user press tab, datagridview should always show active row. Containing control has autoscroll = true and it works great for its children controls but for a child control of its child control, it isn’t working. Does anyone have solution to this problem?
Thanks.