WindowsCommunityToolkit icon indicating copy to clipboard operation
WindowsCommunityToolkit copied to clipboard

DataGrid - Column header resize cursor (SizeWestEast) remains after column resize

Open dimon94583 opened this issue 7 months ago • 8 comments

Describe the bug

Using DataGrid v7.1.2 instance with resizable columns if let's say 3 adjacent columns are resized to a minimum width and then the second column is sized back to a normal width the cursor remains as SizeWestEast whenever the pointer hovers over column header. DataGrid_ColumnHeader_ResizeCursor_Sample.zip

Regression

No response

Reproducible in sample app?

  • [X] This bug can be reproduced in the sample app.

Steps to reproduce

1. Download and unzip the attached sample app. 
2. Open in VS2022, compile and run
3. Collapse (minimize width) columns Mountain, Height (m) and Range
4. Make second column (Height) wider and then collapse it again
5. Make second column (Height) wider again and observe that column header cursor is permanently set to resize (SizeWestEast)

Expected behavior

Second column (Height) header cursor should only switch to resize (SizeWestEast) when hovering over or in the vicinity of the header divider.

Screenshots

datagrid_columnheader_resize_cursor 1 datagrid_columnheader_resize_cursor 2 datagrid_columnheader_resize_cursor 3 datagrid_columnheader_resize_cursor 4 datagrid_columnheader_resize_cursor 5

Windows Build Number

  • [ ] Windows 10 1809 (Build 17763)
  • [ ] Windows 10 1903 (Build 18362)
  • [ ] Windows 10 1909 (Build 18363)
  • [ ] Windows 10 2004 (Build 19041)
  • [ ] Windows 10 20H2 (Build 19042)
  • [ ] Windows 10 21H1 (Build 19043)
  • [ ] Windows 11 21H2 (Build 22000)
  • [X] Other (specify)

Other Windows Build number

Windows 10 22H2 19045.3570

App minimum and target SDK version

  • [ ] Windows 10, version 1809 (Build 17763)
  • [ ] Windows 10, version 1903 (Build 18362)
  • [ ] Windows 10, version 1909 (Build 18363)
  • [X] Windows 10, version 2004 (Build 19041)
  • [ ] Other (specify)

Other SDK version

No response

Visual Studio Version

2022

Visual Studio Build Number

Version 17.4.3

Device form factor

Desktop

Nuget packages

CommunityToolkit.WinUI.UI.Controls.DataGrid 7.1.2 Microsoft.WindowsAppSDK 1.4.231008000

Additional context

No response

Help us help you

No.

dimon94583 avatar Nov 11 '23 01:11 dimon94583