osx - How to set the width of the view displayed as a row in a NSTableView? -
i have view-based nstableview
.
i have created nsview
insert in nstableview
row. in xib
defining nsview
, latter has width set 280
.
when add nsview
nstableview
, width of former changed equal width of nstableview
.
is there nice way prevent behavior ? thought of including nsview
in one, feel bit hacky.
if possible, solution involves settings of nstableview
. nstableview
indeed populated many differents nsview
s.
as mentioned in comment previous question. want add own views subviews of nstablecellviews. nstablecellview set width of table, child view can width like.
Comments
Post a Comment