xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

[d17-6] Fix API not supported on Catalina #831

Closed vs-mobiletools-engineering-service2 closed 1 year ago

vs-mobiletools-engineering-service2 commented 1 year ago

NSTableView.FullWidth is only explicitly supported on Big Sur and later, so don't set it for older versions of macOS. For older versions of macOS, FullWidth is apparently the default so doesn't need to be specified.

This updates the layout UI tweaks included in https://github.com/xamarin/Xamarin.PropertyEditing/pull/817.

Fixes AB#1776438

Backport of #830