I have NSBox with NSTableView siting inside it. I have disabled the scrolling in the table and trying to auto resize the NSBox to mach the number of entries in NSTableView but don't know how to...any help?
            Asked
            
        
        
            Active
            
        
            Viewed 521 times
        
    1
            
            
        
        David
        
- 11
 - 1
 
1 Answers
0
            
            
        You can't do this automatically, you will need to write code that monitors the size of the table view and then resizes the box to match.
This sounds like an odd UI, what are you trying to achieve?
        Rob Keniger
        
- 45,830
 - 6
 - 101
 - 134