CommunityToolkit/WindowsCommunityToolkit

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid RowHeight below 32px

Open

#4,828 opened on 2023年1月11日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)C# (5,708 stars) (1,403 forks)batch import
DataGrid :capital_abcd:feature request :mailbox_with_mail:good first issue

説明

Describe the bug

DataGrid RowHeight cannot be set below 32px.

The Default DataGridCell Style has setter MinHeight=32.

Regression

No response

Reproducible in sample app?

  • This bug can be reproduced in the sample app.

Steps to reproduce

DataGrid.RowHeight = 20;

Expected behavior

Row Height to be set to 20px

Screenshots

No response

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)
  • Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

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

Other SDK version

No response

Visual Studio Version

No response

Visual Studio Build Number

No response

Device form factor

No response

Nuget packages

No response

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item.

コントリビューターガイド