picoe / Eto

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

Mac: Fix autosizing of GridView based on content #2559

Closed cwensley closed 10 months ago

cwensley commented 10 months ago

Now use the preferred size of Tree/GridView columns into account, not the current width so that it gets autosized correctly. Also test all modes and various intercell spacings to ensure they work when the scrollbar is hidden or always shown.