progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
4.99k stars 158 forks source link

DarwinKit: Rendering Problem with OutlineView #230

Open Charliego3 opened 10 months ago

Charliego3 commented 10 months ago

Issue Description: Encountering difficulties while attempting to use OutlineView. The UI rendering for OutlineView is not displaying correctly, despite various attempts.

Problem Details:

Expected Outcome: Expecting the OutlineView to display the UI correctly and function properly with a custom DataSource and Delegate.

Relevant Code:

Environment Information:

Screenshots:

image

Thank you for your time and assistance. Looking forward to resolving this matter.

progrium commented 3 months ago

This is a much more complicated scenario and Apple's APIs can already be tricky. I know it defeats the point, but it would be helpful to me to see a working Objective-C version of this program.