You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
Encountering difficulties while attempting to use OutlineView. The UI rendering for OutlineView is not displaying correctly, despite various attempts.
Problem Details:
OutlineView does not render the UI correctly.
Customizing the DataSource and Delegate, even when using PTableViewDataSource and PTableViewDelegate, does not resolve the issue.
Why is OutlineView's SetDataSource receiving parameter is PTableViewDataSource and SetDelegate receiving parameter is PTableViewDelegate?
In contrast, a TableView works as expected.
Expected Outcome:
Expecting the OutlineView to display the UI correctly and function properly with a custom DataSource and Delegate.
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.
Issue Description:
Encountering difficulties while attempting to use
OutlineView
. The UI rendering forOutlineView
is not displaying correctly, despite various attempts.Problem Details:
OutlineView
does not render the UI correctly.DataSource
andDelegate
, even when usingPTableViewDataSource
andPTableViewDelegate
, does not resolve the issue.SetDataSource
receiving parameter isPTableViewDataSource
andSetDelegate
receiving parameter isPTableViewDelegate
?TableView
works as expected.Expected Outcome:
Expecting the
OutlineView
to display the UI correctly and function properly with a customDataSource
andDelegate
.Relevant Code:
main.go
tableview.go
datasource.go
outlineview.go
Environment Information:
Screenshots:
Thank you for your time and assistance. Looking forward to resolving this matter.
The text was updated successfully, but these errors were encountered: