/* Get and set the allowsColumnReordering. Controls whether or not columns can be drag-reordered. The default value is YES.
*/
@property BOOL allowsColumnReordering;
此属性控制 tableview 的 column 是否支持拖拽重新排列。默认 yes,支持。
/* Get and set the allowsColumnReordering. Controls whether or not columns can be drag-reordered. The default value is YES.
*/
@property BOOL allowsColumnReordering;
此属性控制 tableview 的 column 是否支持拖拽重新排列。默认 yes,支持。
本文标题:NSTableView column 禁止拖拽排序
本文链接:https://www.haomeiwen.com/subject/bcrrtktx.html
网友评论