picoe / Eto

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

Mac: Add ability to auto attach/detach a control #2523

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

This is an alternative to using AttachNative/DetachNative manually, and will automatically be called when the view is added/removed to/from a native Window. This ensures that both Load and UnLoad are triggered on the Eto control(s).