I want to be able to set the tableview's font, font size, cell height
I've tried the below but it isn't working
var
ft : NSFont;
begin
ft := TNSFont.Wrap(TNSFont.OCClass.fontWithName(NSStr('Copperplate'), 12));
TNSTableHeaderCell.Wrap(TableView1.Columns[1].GetTableColumn.headerCell).setFont(ft);
Pieter
(Pieter)
2
Hi,
To change the appearance of the header, you should use the OnGetHeaderAppearance event.
There isn't a OnGetHeaderAppearance event in mCL Tableview is there?
Pieter
(Pieter)
4
Sorry, for mCL this is currently not possible. We'll investigate how this can be achieved.