osx - Customization of column header in view-based NSTableView -
is there method change appearance of header in columns of view-based nstableview? need custom height of table header, font, colour , position of column title. seems impossible because in view-based table view can't change nstableheadercell of nstablecolumn (in docs -setheadercell said "this method valid cell-based table views"), , don't know other method access appearance of header.
i hide table header , create special cell imitating header of columns, in way missing splitter line between columns in header therefore can't resize columns.
also know can subclass of nstableheaderview, helps me change height of header. don't know how display custom titles it. maybe miss something.
Comments
Post a Comment