- Eto Version: 2.10.2
- Platform(s): Mac64
- Operating System(s): macOS Tahoe 26.1
- .NET version: .NET 10 on macOS arm64
Hi
I made a test form for Mac64 in which I make a GridView and add 3 columns to it: the first one is a ImageViewCell and the second and third is a TextBoxCell.
I put an Image in the ImageViewCell and set the GridView's RowHeight to 150.
If I compile this program on Windows WPF, the image is enlarged so it matches the 150 RowHeight automatically.
On Mac64, it's not automatically enlarged and it looks like the first screenshot.
Only when you make the "Image" column header bigger with the mouse, you see the image getting enlarged until it matches the 150 RowHeight of the GridView (when you make the column header big enough): see screenshot 2.
Is this a bug on Mac64? Could you fix it so the image is enlarged automatically as on Windows WPF and looks like screenshot 2?
All code and the image I use:
Machine.cs
TestForm.cs

Screenshots:
Thanks in advance!
Lisa