Extended-Toolkit icon indicating copy to clipboard operation
Extended-Toolkit copied to clipboard

[Bug]: KryptonOutlookGrid Group Header graphic issue with scaling at 150%

Open NintendoPlayer opened this issue 3 years ago • 1 comments

I have a KryptonOutlookGrid that behaves normally. Right now, I have a 4k display with windows scaling at 150%. When I have a column grouped, the header height is totally abnormal. The group header text also has a strange behaviour:

  • When there are a few rows it's not appearing.
  • When there are more rows (> 8 approx.) the text appears with an offset. When I hover the mouse on top of the displaced group header text it dissappears.

This issue only appears when screen is scaled to > 100%. I've attached some screenshots of the issue. Maybe some one can test this.

Desktop (please complete the following information):

  • OS: Windows 10
  • Version VS 2019
  • Krypton.Toolkit.Suite.Extended.Outlook.Grid.Nightly 70.22.8.215-alpha

100 150 - 1 150 - 2

NintendoPlayer avatar Aug 03 '22 08:08 NintendoPlayer

Hi! Just to let you know that the height of the group row is variable and that the property that is defining that height is MinimumHeight from OutlookGridRow. When I change this property in runtime, when I'm inserting the rows, the property changes, but the height of the GroupRow remains.

NintendoPlayer avatar Aug 05 '22 04:08 NintendoPlayer