Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

macos - How to Expand NSTableCellView Width When Resizing Column in NSTableView

I am trying to display a path in my table view. Both columns of the table view on the left side are the same for testing/demonstration purposes. Notice how the leftmost path is truncated: Initial table view

When I expand the column, the (truncated) table view cell doesn't expand with the column: Resized column width

My question is how would I go about resizing the cell when I resize the table view column?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Found a solution, what you want to do is add a few constraints

Step 1: go to the table cell view for said column

Step 1

Step 2: Change these constraints

Step 2

Step 3: Change these constraints aswell

Step 3

Step 4: run your app and look at your nice table :-D


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...