picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.52k stars 319 forks source link

Mac: Fix ListBox.GetPreferredSize() to return correct sizes #2635

Closed cwensley closed 3 months ago

cwensley commented 3 months ago

The preferred size ended up larger than the content since we aren't using RowHeight, but rather the CellSize of each cell.