Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99571
    admin
    Keymaster

    Hello guys
    I want to use your ScrollBar element inside my table. It was easy to create and position it but now im having dublicate scrollbars. How can i hide the browser scrollbars so i can see only the custom element ? And another question, when i bind to the change event how can i get the value of the element ?

    #99577
    admin
    Keymaster

    Hello hansT,

    1. To hide the browser scrollbars, please set overflow: hidden to the HTML element that overflows and shows them.
    2. In the change event handler function, the value is received as event.detail.value.

    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

    #99578
    admin
    Keymaster

    Got it. Thank you.
    Another questions comes to mind. Can i have the scrollbars visible even though they are not needed in order to view the full content of the page ?

    #99580
    admin
    Keymaster

    Hello hansT,
    jqx-scroll-bar is a custom element and its visibility is not affected by its parent’s overflow CSS property. You can use jqx-scroll-bar in whatever configuration you like.
    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.