Re: Animating row height changes for view-based table view

2013-04-07 Thread Martin Hewitson
Uli, thanks a lot for the detailed thoughts! I'll have a go. Not sure how to schedule an animated scroll, but hopefully google will help me there :) Many thanks again, Martin On 7, Apr, 2013, at 04:04 PM, Uli Kusterer wrote: > On 07.04.2013, at 10:26, Martin Hewitson wrote: >> So, in short,

Re: Animating row height changes for view-based table view

2013-04-07 Thread Uli Kusterer
On 07.04.2013, at 10:26, Martin Hewitson wrote: > So, in short, the expanding of the rows works nicely, except for the NSViews > which should be hidden/revealed move in the view, despite having deselected > the necessary struts in IB (haven't tried auto-layout here yet). The coordinate system

Animating row height changes for view-based table view

2013-04-07 Thread Martin Hewitson
Dear list, I'm trying to put together a UI which has a view-based table view. Each item in the table view has advanced settings which can be accessed by toggling an 'advanced' button on the item's view. The row then expands to reveal the advanced items. I have a couple of problems: 1) The adva