Hiding Scroll Bars

Hiding Scroll Bars

Comments

  • How do I hide scroll bars on User Controls on a form?

  • You can hide scroll bars(both vertical and horizontal) with custom CSS.

    The CSS styling would be
    [b]
    [/b]
    [b].ScrollView {[/b]
    [b]overflow:hidden;[/b]
    [b]}[/b]
    [b]
    [/b]
    1. Once you save your CSS doc, you can upload it by going to the Studio, and drilling down System>Designers>CSS.
    2. Right click on CSS & upload your document.
    3. Navigate to the form where you wish to hide the scroll bar(s).
    4. In the bottom right under properties, check the checkbox next to the name of the document you uploaded.

Sign In or Register to comment.