You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is not a regression issue. Also reproduced on the release/9.0 branch.
Issue description
DataGridView control has an extra scrollbar when adding a new column in DemoConsole application.
testdatagridviewscrollbar.mp4
Steps to reproduce
1: Open the test sample: DemoConsole in Winforms repo.
2: Switch to the TabControl and TableLayoutPanel tabpage and select the DataGridView control in the lower right corner.
3: First add a column via “Add Column...”. Then add a column via "Edit Columns...".
More Info:
The scrollbar disappears when you resize the DataGridView control.
The text was updated successfully, but these errors were encountered:
@Philip-Wang01 can you please verify whether this happens in .NET 8? Can we also confirm whether that 'extra scrollbar' is a visual artifact or it works. @Olina-Zhang, let's create another issue to make this DemoConsole application multi-targeted to Framework so that we can validate where we've got regressions from NetFX. @ricardobossan - feel free to pick up this issue.
@merriemcgaw The DemoConsole application for .NET 8.0 does not have DataGridView control. It has been verified that this is an HDPI issue that cannot be reproduced at 100% screen resolution. Since this is a design page, the scrollbars don't work properly.
.NET version
main branch of WinForms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is not a regression issue. Also reproduced on the release/9.0 branch.
Issue description
DataGridView control has an extra scrollbar when adding a new column in DemoConsole application.
testdatagridviewscrollbar.mp4
Steps to reproduce
1: Open the test sample: DemoConsole in Winforms repo.
2: Switch to the TabControl and TableLayoutPanel tabpage and select the DataGridView control in the lower right corner.
3: First add a column via “Add Column...”. Then add a column via "Edit Columns...".
More Info:
The scrollbar disappears when you resize the DataGridView control.
The text was updated successfully, but these errors were encountered: