Re: Bothersome "NSView-Encapsulated-Layout-Height" constraint?
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=demitri.com ; s=default; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version: Content-Type:Message-Id:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=iTNmUmcGkWJJM30iG61TKCJC6Q7Bjdzl/KvNYZVW7WU=; b=Cm6Ay7azO860EYk+DKE1lQ2JCQ bLR7FTxT0BhMb3WpW8YBMtVJTDtn4Z6jKaEwqxqi77+B2OWZEQ+pgvlqT63FTDEUS3T3PYbXZ3fl2 NEpGAp/NjOp7DepYjHzcI7uFs181K3nzCL7ek495JObZaM3DoyohNHr30ulIPrru0+e8eVDRjx54o JkhjFUQ9Zike5GUlEaHc4iAA1zqZ5aUUU8ddoYd/s4Z+kIut5PYQDitvvyDI+0cyPzpbCbkjYJ4wE hK0EWNfdi3lVb+tK7d0Sg9k4oc9Q/S3iqBUi1GtJhfotRgPGJ6jG1UppbtxYtb46YIwXEXj88JUVp og+XYmNA==; Hi Rob, On Aug 30, 2018, at 8:34 PM, Rob Petrovec <petrock@mac.com> wrote:
You need to implement -outlineView:heightOfRowByItem: to return the height you want for each row. Hope that helps.
Sorry, in my email I wrote "outlineView:rowViewForItem:” when I meant to say "outlineView:heightOfRowByItem:”, which I have returning 20 or 24. This correctly changes the row height (it is being called), but the highlighting remains at 12 pixels regardless of value. Thanks, Demitri _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Demitri Muna