How to remove scroll bars

I am embedding my form. How do i remove the scroll bars?
Also, can I have 2 columns?
If not, can I tighten up the space between items and delete the huge space before the Submit button?

How did you embed the form? Did you copy the HTML code from the actual form or did you go to the distribute tab in the app, click Embed, copy the embed code and then paste it into your HTML. Based on what you are seeing I think you did the former which is not the correct way. You need to use the embed code that the app provides to do this.
We currently don't support multiple fields on one row nor the ability to "tweak" the spacing.
Thanks for your feedback!
Randy

Similar Messages

  • How to remove scroll bar  in WEBI reports?

    Hi , i have below issue,
    We need to remove scroll bars from the WEBI reports. We have observed that even if we have only one column in the WEBI report, scroll bar still appears. Is this asomething which we can influence at the server level?
    Anybody please help me on this.
    Sri

    Hi Panan,
    thank you for your reply, I want to implement the same login for all WEBI reports, how can we do in server level...or is there any way to do this...
    Sri

  • Removing Scroll Bars in WEBI Report

    Hi All,
    I want to remove scroll bars from my WEBI reports. I have observed that even if you have only one column in the WEBI report, scroll bar still appears. Is this anything to do with page layout properties of WEBI where you can set minimum limit for horizontal records per page as 20? Can anybody please help me with this?
    Thanks,
    Shweta.

    Hi,
    We also wanted to have the same thing,we tried to reduce the size of the report and tried to change the page size.
    We did everything to remove that scroll bar and did not achieve it, hence we loged a case with SAP BO and they said  " this is how the tool is".
    But they took it as the enhancement request dont know what is the status on that.
    Cheers,
    Ravichandra K

  • Removing Scroll bars in URL iView

    Dear Experts,
    I have a requirement of displaying an INTRANET site into URL iView in a page. The problem is I am getting a scroll bar when the contents increase inside the URL iView.
    I tried with the following settings:
    iView properties:
    Height - Automatic
    max automatic height - 2000
    Fetch mode - Client
    Page properties:
    Height - Automatic
    max automatic height - 2000
    But still I am getting the scroll bars.
    Is there anyway I can remove scroll bars by resizing the iView size automatically depending on the contents in it.
    Regards,
    Nirmal Sivakumar G

    Hi,
    Check the below blog .It will resolve your issue
    Avoiding scrollbar problems in URL iViews
    Points are welcome if it is useful
    Koti Reddy

  • How to Hide Scroll Bars in Hierachy Tree?

    Hi!
    How to Hide Scroll Bars in Hierachy Tree?
    Thanks!

    when I populate the Tree Item with populate_tree(). I get a hierarchical tree. when the tree populates, two scroll bars (on it right and bottom) are displayed. Can I hide them?

  • How to add scroll bar in child form ( vb6.0 )

    look at this picture link (i think you will understand the issue)
    http://tinypic.com/r/25k232u/8
    These information(class1,class2 ……) are loaded from database and this time the information is too much and it moves down to the appearing part of the window and unable to view these items
    How to add scroll bar in visual basic child form so that the data items can be viewed by scroll in case it go beyond the screen.

    Hi,
    Welcome to MSDN.
    I am afraid that these forums donot support VB6 any more, you could refer to this thread:
    Where to post your VB 6 questions
    You could consider posting this issue in these forums below:
    These forums do not support Visual Basic 6, however there are many third-party support sites that do. If you have a VB6-related question please visit these popular forums:
    VB Forums
    VB City
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to handle scroll bar in table control in bdc

    hi friends,
       how to handle scroll bar coding in table control in bdc
    Thanks & Regards,
    Srinadh D

    hi,
    check the sites :
    table control scrolling:
    Scrolling in table control
    Re: scrolling in table control
    Table control - Vertical scrolling problem
    table control scrolling problem

  • Removing scroll bar from product pages

    I need to remove the scroll bar that appears on the product pages. It doesn't matter if I have only one product or 100 on the page with the small images, I still get a scroll bar on the right side. I've tried adding and removing margins and padding, set the container height to auto, and removed the previous and next buttons from the shop templates, all to no avail. It appears to be caused by the table that holds the products, but no change to the code fixes it.
    I have included a screen print of the top of the page showing the scroll bar. There are only 3 images on this page and plenty of room below them. Overflow has been set to auto (and/or visible) on the container, the table, and the page.
    So, can anyone tell me how to shut off that scroll bar? I can't find that code that includes it so I can't see what's going on.
    Thank you for you help.
    Sincerely,
    Ahurani

    Liam,
    Thank you for answering.
    I didn't want to turn the scroll bar on the page off, but the scroll bar that appears in a div container. I finally solved the problem by turning overflow: auto to overflow: hidden. And smacked myself in the forehead and said, "Duh. I knew that." Too tired and too close to the problem I guess.
    The only other thing I can't seem to find is the large space that appears above a product table. I've tried everything from margins to padding and beyond.
    Sorry about not including the url. I have used the forum so rarely that I didn't think of that. It is www.whimsicalley02.businesscatalyst.com, just in cases you want to look at the big space on Harry Potter > Accessories and on the large product page. I'd love to tuck the product closer to the breadcrumb, but if that is not possible, then c'est la vie.
    Thank you.

  • Removing scroll bars from hierarchial tree

    hi
    scroll bar appears in the hierarchial tree ,even if it is not expanded to the fullest,
    does anyone have any workaround for removing this scrollbar if the data is less
    thanx
    atul

    Hi,
    We also wanted to have the same thing,we tried to reduce the size of the report and tried to change the page size.
    We did everything to remove that scroll bar and did not achieve it, hence we loged a case with SAP BO and they said  " this is how the tool is".
    But they took it as the enhancement request dont know what is the status on that.
    Cheers,
    Ravichandra K

  • ALV top-of-page remove scroll bar

    Hi!
    In my ALV i have a header with some information and a logo. With the logo it creates a vertical scroll bar. I can't reduce the size of the logo because it as to be that size.
    So...i've been searching for some way to remove the scroll bar from the header, butt i didn't found anything that could help me.
    I'm using 'REUSE_ALV_GRID_DISPLAY' with i_callback_top_of_page   = 'TOP-OF-PAGE'. And in form top-of-page i use
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary = t_header
          i_logo             = 'LOGO'.
    to call the logo.
    Is there a way to remove or set the header to a fix size?
    Thanks in advance,
       RT

    Hi!
    In my ALV i have a header with some information and a logo. With the logo it creates a vertical scroll bar. I can't reduce the size of the logo because it as to be that size.
    So...i've been searching for some way to remove the scroll bar from the header, butt i didn't found anything that could help me.
    I'm using 'REUSE_ALV_GRID_DISPLAY' with i_callback_top_of_page   = 'TOP-OF-PAGE'. And in form top-of-page i use
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary = t_header
          i_logo             = 'LOGO'.
    to call the logo.
    Is there a way to remove or set the header to a fix size?
    Thanks in advance,
       RT

  • Remove Scroll bars in a URL iView

    hi
    I am attaching more than one( three or four) URL iview to a page and while opening the page, I don't want the Scroll bars to appear on the page.
    how can this be done?
    and heard of isolation method.....but doubts whether it is available in EP 7
    Thanks in advance.

    I don't care about the iView functionalities...
    this I am doing as part of the spacing issue I am facing with the iViews.
    for URL iview I guess there is no isolation method.
    for pages it comes.
    but for some other iviews the isolation method is there.

  • Want to remove scroll bar from navigation pane in Web Template

    HI All,
    I have a report created in WAD.When I am using navigation pane, I get a scroll bar there.
    I want to remove that scroll bar from navigation pane.Tried increasing the height in the property of same but nothing is helping.
    The expanded option should be ON and do not want to group characteristics shown in nav. pane.
    Please suggest, if there is any other way to do that.
    Thanks,
    Anu

    Why do you want to expand it? Generally when you click on Nav pane, it should show the assigned chars under it. No scroll bar comes up with  below settings:-

  • Removing Scroll bar from Applet

    My webpage is having different applets. One of my applet is
    in a <TD> tag <APPLET CODEBASE .............
    this applet shows a tree view. When I click a folder in tree
    view it applies scroll bar instead of expanding.
    I want to remove this scroll bar and want the space to expand
    (instead of Scroll bars). Can anyone help me in that.
    Thanks.

    Hi Yomesh ,
    If you want to enable the expand/collapse icon , then you can set the property named Show Tray of the page to yes and then test . By default the property meant for showing the expand/collapse icon is set to yes . You only need to enable the tray and check .
    I did not get the requirement that you have with respect to scrollbar . Where is that scrollbar appearing that you want to remove?
    Regards
    Mayank

  • Removing scroll bar from Nav Panel & Work Area layout

    Hi Guys,
    I have a requirement to remove the scroll bar which appears between nav panel and Work Area in 'Nav Panel and work area layout'.
    I would like it to be as a single page as we get in narrow: wide layout.
    Well I could just do it by using a narrow:wide layout, but the challenge is I also need the collapse/expand Icon which we get in Nav Panel/WA layout.
    I am looking fcor help with either
    1. Removing the scroll bar from Nav Panel/WA layout
    Or
    2. Adding collapse/expand  icon to narrow:wide layout.
    Thanks,
    Yomesh

    Hi Yomesh ,
    If you want to enable the expand/collapse icon , then you can set the property named Show Tray of the page to yes and then test . By default the property meant for showing the expand/collapse icon is set to yes . You only need to enable the tray and check .
    I did not get the requirement that you have with respect to scrollbar . Where is that scrollbar appearing that you want to remove?
    Regards
    Mayank

  • Removing scroll bars

    New at this but was hoping there was a way to remove the scroll bars from your end product??
    Any help would be appreciated.
    Val

    I second that question.
    Could any one help?
    Thanks
    http://thecoolestgames.net

Maybe you are looking for

  • How to use a time capsule back up without a network

    Does any one know if there is a way to set up a hard line backup to a timecapsule?

  • Google map app update for IPAD??

    Does anyone know when the the google maps App will be updated and available for the IPAD, since the Iphone update has been completed. thanks

  • New problem with my new iPhone !!!

    Hi , i just opened a 3 new Iphones the strange thing that i cannot hear anything if i called someone but if i open the speaker and close it again the sound will come normally from the speaker and if i connect my earphone the same problem happening th

  • Compact FieldPoint power supply

    I have a cFP-1804 network module for and one 24V-5A QUINT POWER supply for my project. A cFP-DI-304 Digital input will be connected to the network module backplane, of course with its connector block. Does the power supply powers up the complete neto

  • IPod Touch Freezes for short while after sync

    After I sync my iPod Touch (64g), a screen comes on that says "iPod is updating files." Then, afterward, the screen freezes for about 30 seconds to a minute. After that it responds to touch. Is this normal?