Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9191441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:41:03+00:00 2026-06-17T20:41:03+00:00

I have an NSScrollView with an NSTableView inside. As you can see, there is

  • 0

I have an NSScrollView with an NSTableView inside.

enter image description here

As you can see, there is a 100px high NSView that overlays the table view. (This is done intentionally, the overlay is slightly transparent and you can see a shadow of the table view scroll underneath).

The problem of course is that I need to add 100px of empty space to the bottom of the scroll view to compensate for the overlay. Otherwise you can’t see the bottom of the table, it gets covered up by the overlay.

I’ve tried modifying the clip view, but seem to only be able to change its frame (losing the transparent overlay effect).

Maybe I’m not doing it quite right, please help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T20:41:04+00:00Added an answer on June 17, 2026 at 8:41 pm

    Ok so I figured it out, I needed to consistently enlarge the documentView frame.

    The best way I found to do this was to subclass the document view, which in this case is the NSTableView.

    In the subclassed NSTableView I overrode the setFrameSize:(NSSize)newSize

    - (void)setFrameSize:(NSSize)newSize {
        newSize.height += 100;
        [super setFrameSize:newSize];
    }
    

    Which added 100px of padding to the bottom of the table view and thus the scroll view.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have an NSTableView inside an NSScrollView and this gets it's contents from
I have a custom NSView that lives inside of a NSScrollView that is in
I have a custom view that accepts key input, its inside a NSScrollView .
i have an NSScrollView with an NSView set as its document view. I am
I have a IKImageBrowserView inside of a NSScrollView that is populated with a bunch
I have a Cocoa window, whose content view contains an NSScrollView that, in turns,
I have a grid CALayer (with a parent NSView, enclosed by an NSScrollView) that
This is my application screenshot.There is only one NSScrollView on the window.I have made
I have an NSTextView inside an NSScrollView. The scroll view has the auto resize
I have a view-based single-column NSTableView. Inside my NSTableCellView subclass I have an NSTextView

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.