xcode - NSTableView inside NSOutlineView and NSView-Encapsulated-Layout-Height -
    i'm building os x application using swift , xcode 6.4 on os x 10.10.5. on specific view of application have view this  1 xcode has on data model editor.   i tried replicate view using outlineview each "row" have title , tableview plus 2 buttons (for plus , minus buttons). tests purposes i've separated title tableview+buttons, this  (this 1 of many different attempts).   everything working expected except view has tableview+buttons, never higher 17 pixels. if define in 1 view, have same problem. i've tried defining needed constraints in case there problem constraint seems automatic called nsview-encapsulated-layout-height, forces height 17 pixels:      nslayoutconstraint:0x61800008ea10 'nsview-encapsulated-layout-height'   > v:[notestable(17)]   (names: notestable:0x60000012e2e0 )    i'm not defining constraint 17 pixels, i've tried testing parameters insert automatic constraints (autoresizessubviews/translatesautoresizingmaskintoconstraints/...