- This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › ScrollBar › Scrollbar usage
Tagged: change, custom element, custom scroll bars, event, event detail, scrollbar, smart elements, smart framework, web component, web components
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 ?
Hello hansT,
overflow: hidden
to the HTML element that overflows and shows them.event.detail.value
.Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.com
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 ?
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