-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for binding NSToolbarItemVisibilityPriority #21298
Comments
Unfortunately we can't change the property type of the "VisibilityProperty" in order to keep binary compatibility (unless we introduce a different property, but that's somewhat clunky). However, I can add some documentation to the property, so hopefully that alleviates the problem. |
No, the property type is fine (just like
Similar to: xamarin-macios/src/AppKit/Enums.cs Lines 1275 to 1283 in ec50934
|
Apple platform
macOS
Framework version
net8.0-*
Affected platform version
.NET 8
Description
It looks like NSToolbarItemVisibilityPriority is not bound. It would be nice if it was, similar to NSStackViewVisibilityPriority.
This is used to assign visibilityPriority
Steps to Reproduce
Did you find any workaround?
I can still assign an integer, but using an enum or constant would be more explanatory.
Build logs
No response
The text was updated successfully, but these errors were encountered: