Sidebar outline view, rowSizeStyle, and bold text
Sidebar outline view, rowSizeStyle, and bold text
- Subject: Sidebar outline view, rowSizeStyle, and bold text
- From: David Catmull <email@hidden>
- Date: Fri, 10 Jun 2016 08:58:27 -0600
I have a view-based, sidebar-style NSOutlineView. For some items, I want to
make the text bold. But if I change the rowSizeStyle to medium instead of
the default (in awakeFromNib), the text doesn't display as bold. If instead
I use a custom row size (in outlineView:heightOfRowByItem:) it works. What
gives?
I'm setting it to bold in outlineView:viewForTableColumn:item: by setting
view.textField.font = NSFont boldSystemFontOfSize
:view.textField.font.pointSize].
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden