Closed BretJohnson closed 1 year ago
@mrward Good to know on the OperatingSystem.IsMacOSVersionAtLeast
OS version check. Thanks. Here I think I'll stick with using MacSystemInformation
because it seems to be the most common (for better or worse) method used currently.
@gitbot backport d17-6
Backport Job to branch d17-6 Created! The magic is happening here
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7540569 for more details.
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