Cocoa/ListView: in vsReport, support tips to expand and display text when the column is too narrow

This commit is contained in:
rich2014 2024-09-15 23:44:51 +08:00
parent 258955d906
commit f8ef2a93e6

View File

@ -1204,6 +1204,7 @@ begin
fieldControl.setDrawsBackground( False );
fieldControl.setEditable( False );
fieldControl.setLineBreakMode( NSLineBreakByTruncatingTail );
fieldControl.setAllowsExpansionToolTips(True);
self.setTextField( fieldControl );
self.addSubview( fieldControl );
end;