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

  • SEARCH
  • Home
  • 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 7589833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:15:33+00:00 2026-05-30T20:15:33+00:00

Have seen that this piece of code could solve my problems but I don’t

  • 0

Have seen that this piece of code could solve my problems but I don’t know how or where to apply it to make it work correctly

    JScrollPane.setVerticalScrollBarPolicy(VERTICAL_SCROLLBAR_NEVER);
  • 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-05-30T20:15:34+00:00Added an answer on May 30, 2026 at 8:15 pm

    If your aim is to hide the vertical scroll bar then use the following CSS property…

    overflow-y: hidden;
    

    In your CSS (RRD.css), you have…

    .scroll-pane
    {
       width: 100%;
       height: 670px;
       overflow: hidden;
    }
    

    Try changing it to…

    .scroll-pane
    {
       width: 100%;
       height: 670px;
       overflow-y: hidden;
    }
    

    More changes
    And in your includes/jquery.jscrollpane.css change…

    .jspPane
    {
        position: absolute;
        width: 9660px;
    }
    

    to…

    .jspPane
    {
        position: absolute;
        width: 5880px;
    }
    

    This will remove the extended scrolling that is happening. And make sure your content-holder width is 5880px to match the jspPane scrolling …

    <div id="content-holder"  style="width:5880px;">
    

    The vertical scrollbar will not appear as long the content-holder div width is not less than the width of the content inside it. Think all your images in the content-holder div adds up to 5680px + you need to add the padding you apply as well.

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

Sidebar

Related Questions

I have a method annotated with @PrePersist annotation but I've seen that when this
I have seen a piece of code that I can't figure out: for (var
I have seen C# code that uses the @ to tell the compiler the
I have a piece of code that makes the Visual Studio 2008 IDE run
I have a piece of code which works in a way that is unexpected
I have a ugly piece of code that adds event handlers. The problem is,
i have written a small piece of code. This code first blocks the {SIGSEGV},
I have some code in my application that looks something like this: char *hash
I have this piece of code #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h>
I have a rather simple piece of code that is hanging in java. The

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.