Is there a way to hide the horizontal and vertical scroll bar?

Hi,
I have report with customized page height and width and I am displaying it in the windows forms.
When I am resizing the form wherein the crviewer is dock in, the horizontal and vertical scroll bars appears.
Is there a way for me to suppress the those scrollbars?
Thanks in advance.

Couple of ways I've been able to find info about. E.g.; there is not straight API off os the viewer (CRviewer.ScrollBar = False ).
1)  Add Panel control onto the page and add report viewer control into a Panel. Set Scrollbar, width, height property of Panel control.
2) See http://www.dotnetspider.com/forum/266932-Remove-Scrollbar-from-Crystal-report-Viewer.aspx for another idea.
If either of the above works for you, please let us know as I have not tested this yet.
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup
Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Similar Messages

  • I need to turn the horizontal and vertical scroll bars off when in full screen mode is this possible

    I am using a touchscreen monitor and am running the website at 1280 x 1024, however there are scroll bars and I dont want them and I dont want to alter the HTML

    Try this code in the file [http://kb.mozillazine.org/userContent.css userContent.css]
    <pre><nowiki>html,body { overflow: hidden !important; }</nowiki></pre>
    * http://kb.mozillazine.org/Editing_configuration
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

  • TableView horizontal and vertical scrolling is horribly slow

    How can I adjust the horizontal and vertical scrolling amount?
    I used the Ensemble example prorgam and streched the column so that the horizontal scroll bar is displayed. I then used the right scroll button which then scrolls extremly slow. I've looked at the javadoc on the tableview and I cannot determine how to set the scrolling amount. I can check if the table is scrolling but I would like to set the amount to be a column width at a time when using the left or right arrow.

    It probably needs to be actually rendered to the Scene graph before the lookups can be made, so the lookups won't work in the initialize method.
    There are a number of reasons I don't like this solution
    - I don't like the string binding
    - the fact that there are scrollbars that are descendant nodes of the table view is not documented, so (at least in theory) a future release of JavaFX could choose not to use the ScrollBar class (for example by creating its own scrolling implementation). This would break the code you have.
    - if you decided to create (or use) an alternative skin for the table view which had other scrollbars in place (again, unlikely but theoretically possible), you'd end up setting the unit and block increments of those scrollbars too. In other words, there's no guarantee these are the actual scrollbars you want.
    So, not ideal but at least if it works you have something...

  • Is there a way to hide the reading pane in iPad mail after a message is read?

    Is there a way to hide the reading pane in iPad mail after a message is read?

    Selecting a different email will change what is displayed. Tapping the Home button will take you back to the Home screens. Tapping the power button on the top of the iPad will put it to sleep. Those are pretty much your options.

  • Is there a way to hide the name of the sender of a text message?

    Is there a way to hide the name of the sender of a text message?

    If the sender's name is not in your Contacts only the number will be shown, not the name.

  • Is there a way to hide the SSID?

    On my old Linksys router I could choose to not broadcast the SSID as a form of added security (a hacker won't hack what he doesn't know exists). Instead of it showing up in the list of available networks, you had to type it in manually.
    It finally broke and I bought an AirPort Extreme which I just set up a few minutes ago. Created a new network, new password, etc. But there doesn't seem to be an option to not broadcast the SSID that I could see.
    Is there any way to hide the SSID from people looking for available networks?

    Eric wrote:
    Is there any way to hide the SSID from people looking for available networks?
    yes.
    launch *airport utility* and enter +manual setup+ for your device. go to the wireless tab and click on +wireless options+. find the check box for +create a closed network+ and update the AEBS.
    edit: don't be fooled, though. clients connected to a hidden (closed) network still broadcast the SSID openly. there are a number of freely available tools out there that can pick up a hidden network in a snap.
    JGG
    edited by the Jolly Green Giant (where Green stands for environmentally friendly)

  • Is there any way to hide the column header in BW workbook?

    I have inserted a query into a workbook. But I don't want the column header to be shown. Is there any way to hide the column header? Thanks.

    Hi,
    If you want to do any custom formatting to the workbook and you do not want it to reset when you refresh the workbook,
    You will have to You can deactivate the function for adjusting the formatting (Adjust Formatting after Refreshing) in the Display Options of the Query Properties.
    When you do this, you can have your own formatting for the workbook and it will not be affected when you refresh the workbook.
    Regards,
    Joe

  • Re: Is there a way to hide the launcher in Win95?

    If you read the Systems Manager manual you can find how to use the short cut to
    start your application using the ftcmd or ftexec.
    The following is an example of one that I use.
    C:\forte\install\bin\ftexec.exe -fi bt:C:\forte\userapp\APPWIN\cl0\APPWIN0 -fns
    SYSNAME:5000
    Hope this helps.
    Mike Moran
    Longs Drug Stores
    Joseph Mirwald wrote:
    Hello forte-users,
    i am wondering if there is a solution to hide the launcher in the
    task-line of Win95 without additional tools.
    I need a way to start the launcher as system-service or in a manner
    that the process is not shown in the Win95 task-line after startup
    the computer. Because if more MS-DOS-tasks are open some users clean
    the task line using close with the right mouse-button to close those
    tasks without looking which kind of process it is. And sometimes they
    close the launcher also during run of a forte-application which makes
    it impossible to continue some work in this application :-).
    Every little help is welcome
    Joseph Mirwald

    I'm guessing what really needs to be closed is the launch server window,
    right? That's the one that runs as an "MS-DOS" box in the task bar.
    The launcher is just the little applet that can run other applications.
    As far as we have been able to discover here, the only way to make the
    launch server close after the application exits is to code it into your
    application. Forte doesn't really want to close it though, because it is
    used to fire off any and all application that get run using "ftcmd" or
    the LaunchService.RunApplet method call.
    If you don't need to use Forte's application distribution mechanism
    (i.e. having it create icons in "Forte Applications" for you), you can
    do as mentioned earlier and run things as an "ftexec" instead of an
    "ftcmd".
    It would be nice if Forte let you decide what type of icon you want it
    to create when you install an application on a given node.
    Sam Yates
    Systems Analyst
    Amgen, Inc
    [email protected]
    -----Original Message-----
    From: Dustin Breese [mailto:[email protected]]
    Sent: Friday, July 24, 1998 10:36 AM
    To: [email protected]; [email protected]
    Subject: Re: Is there a way to hide the launcher in Win95?
    Joseph,
    Try setting FORTE_LAUNCHER_CLOSE=TRUE. This is supposed to
    shut down the
    launcher after an application is launched. The default is FALSE.
    You can hide the console window when launched via FTExec by:
    aW : Window = new();
    aW.windowsystem.ConsoleWindowDisplayState = DS_HIDDEN;
    Hope this helps!
    Dustin Breese
    PerSe Technologies
    From: Joseph Mirwald <[email protected]>
    Date: Fri, 24 Jul 1998 09:26:32 +0200
    Subject: Is there a way to hide the launcher in Win95?
    Hello forte-users,
    i am wondering if there is a solution to hide the launcher in the=20
    task-line of Win95 without additional tools.
    I need a way to start the launcher as system-service or in a manner
    that the process is not shown in the Win95 task-line after startup
    the computer. Because if more MS-DOS-tasks are open some users clean
    the task line using close with the right mouse-button to close those
    tasks without looking which kind of process it is. And sometimes they
    close the launcher also during run of a forte-application which makes
    it impossible to continue some work in this application :-).
    Every little help is welcome
    Joseph Mirwald
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Is there a way to "mix" the nodes and leaves of the tree so if they are at the same level, they will display in a specified order.

    Is there a way to "mix" the nodes and leaves of the tree so that even if they are at the same level (1,2,3...), they will display in a specified order (via sort sequence, alphabetical, etc.).
    History:
    We are using the Tree UI element to display/manage a material bom interface. We seem to be running into an issue with displaying the nodes/leaves of the tree.. regardless of the order that the context is built (which is currently the order of the exploded BOM from from CS_BOM_EXPL_MAT_V2), the bom is displayed with the nested boms at the top of each level and the single materials below them. For example. If  TK1 contains Material1, Material2, Material3, Kit1(containing component1, comp2, comp3), Material4, Kit2(containing comp4, comp5, comp6), and Material5 (in this order), the tree will display with the A level node as TK1, the next node as Kit1 (with its subleaves of comp1,comp2,comp3), Kit2(with subleaves of comp4,comp5,comp6), THEN Material1, material2, material3, material4, material5.  Our users are adamant about the items displaying in the correct order (which should be alphabetical based on the description for one report and by location for purposes of inventory for another). I've searched but not been able to locate a similar question. If I've missed it, please point me in the right direction. The users want the tree,  not a "tree" table.  This is our first attempt at the tree, so maybe we're missing something basic?
    TK1
    -Mat1
    -Mat2
    -Mat3
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Mat4
    -Kit2
    --Comp4
    --comp5
    --comp6
    -Material5
    displays as
    TK1
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Kit2
    --Comp4
    --Comp5
    --Comp6
    -Mat1
    -Mat2
    -Mat3
    -Mat4
    -Mat5

    co-workers said example picture is misleading.. we can make the order work if everything is a "folder" but not a mix of "folders" and "files" (if making a visual reference to the windows browser). i.e - a file is represented as an empty folder.
    TK1    
    . Mat1
    . Mat2
    . mat3
    > kit1   
    .. comp1
    .. comp2
    .. comp3
    . mat4
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat5
    displays at
    TK1
    > kit1
    .. comp1
    .. comp2
    .. comp3
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat1
    . mat2
    . mat3
    . mat4
    . mat5
    we can make it work if everything is a folder. This is our current workaround.
    TK1
    > mat1
    > mat2
    > mat3
    v kit1 (when expanded)
    .. comp1
    .. comp2
    .. comp3
    > mat4
    > kit2 (when not expanded)
    > mat5

  • Is there a way to display the date and time on my officejet 6500

    HP Officejet 6500a Plus Windows XP_ Is there a way to display the date and time on the display of my printer

    Are you referring to the Date and Time some cameras put right on the image?  If so there is nothing really good in iPhoto to do this. You could try the Retouch tool and see how that looks but I think you will need something more precise and powerful, like the clone tool in Aperture.
    Also something like PhotoShop or GIMP - The GNU Image Manipulation Program (free) should do what you want also.
    If your asking about some other date post back.
    regards

  • Is there a way to adjust the bass and treble on my iMac Power PC sound system?

    Is there a way to adjust the bass and treble on my iMac Power PC G5 sound system? It has a lot of volume (more than my JBL speakers).

    No, but iTunes has an Equaliser that enables you to do that.

  • Ok so I cant open my Itunes due to Windows Error 2 and the message says to uninstall and re-install Itunes but I'm pretty sure that would wipe the library right? Is there any way to fix the problem and keep my library?

    Ok so I cant open my Itunes due to Windows Error 2 and the message says to uninstall and re-install Itunes but I'm pretty sure that would wipe the library right? Is there any way to fix the problem and keep my library?

    Hi neffn!
    I have an article for you that can help you go through that process of uninstalling and reinstalling iTunes. If you have Windows 7, you will want to see this article:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    and if you are using Windows XP, you will want to reference this article:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/ht1925
    Note that, as it says in those articles:
    iTunes Store purchases or songs imported from CDs are saved in your My Music folder by default and are not deleted by removing iTunes. While it is highly unlikely that you will lose any contents of your iTunes Library when following these steps, it is always a good idea to ensure that your iTunes library is backed up. If you're unsure how to backup, see iTunes: Back up your iTunes library by copying to an external hard drive.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • I just purchased a new iMac to replace our older one We are giving our older one to parents and want to wipe the HD. The discs I have for my old iMac is for version 10.5 but I have 10.6.8 currently. Is there a way to wipe the HD and keep 10.6.8?

    I just purchased a new iMac to replace our older one. We are giving our older one to parents and want to wipe the HD. The discs I have for my old iMac is for version 10.5 but I'm currently running 10.6.8. Is there a way to wipe the HD and keep 10.6.8?

    No. Wiping the HD will erase the OS on it.
    (95074)

  • Is there a way to remove the date and time from pictures?

    Is there a way to remove the date and time from phoos in iPhoto?

    Are you referring to the Date and Time some cameras put right on the image?  If so there is nothing really good in iPhoto to do this. You could try the Retouch tool and see how that looks but I think you will need something more precise and powerful, like the clone tool in Aperture.
    Also something like PhotoShop or GIMP - The GNU Image Manipulation Program (free) should do what you want also.
    If your asking about some other date post back.
    regards

  • Just upgraded to a 6. I want to use my old 4S as an iPod touch. Is there a way to disable the phone and only have wi-fi?

    Just upgraded to a 6. I want to use my old 4S as an iPod touch. Is there a way to disable the phone and only have wi-fi?

    Did you transfer the telephone number from the old phone to the new phone?  If you did, I don't see how you could still have cellular service, even if you turned it off in settings.

Maybe you are looking for

  • Replacemen​t laptop motherboar​d HP dv2645er

    Good day! Please tell in my laptop burned card. 448596-001 motherboard installed. Is it possible to replace it with a 460716-001? Somewhere saw the information that they are compatible. And vidiochip the updated motherboard better. This question was

  • Creation of Service Tax code 10.30% on the 25% of the Base Amount

    Dear Team, We want to create a service tax code of 10.3% on the 25% of the Base amount. Base Amount - 100.00 25% of the base amount(100/25) = 25.00 service tax(10.30%) to be calculate on Rs. 25.00 25*10.30% = 2.57 Base amount --> 100.00 Service Tax 

  • Inserted HTML and Images

    Is it possible when inserting html in Muse, to have images within the html text? If we will be using Adobe Catalyst, what will I need to do to properly code the images into the text?

  • Hotsync stopped working - stalls on isync operation

    please help. i dont know what happened. i added a few items on my iCal, as i have done before, though this is the first time i have added a recurring device through iCal rather than my palm. some 20 minutes later, i got a synchoronization conflicts m

  • Old cable left in the wall.

    Hi. The engineer was out today to change the cabling to dual feed from the single feed.  He drilled a new hole as the cable is bigger but has left the old cable sticking out the wall into the living room. Now it doesn't plug into the sky box as it is