mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #397] Dynamic Resizable Header View #392
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#392
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Feb 12, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/397
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
Currently we're using multiple-line NSTextField in Table View Row and add bundle of code to support dynamic resize if the text is large
We discover that there is an elegant way to achieve the same by using NSTextView without NSScrollView. Let refactor it
👑 Criteria
@NghiaTranUIT commented on GitHub (Feb 13, 2020):
Put it back to the Backlog since this approach doesn't work well if we have two Column (Header and Value) since we have to computer which content is bigger to expand or shrink.
Current solution work not bad, but it fits 90%.