dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Add access to the Element attributes related to scrolling

Open ASR-ASU opened this issue 1 year ago • 0 comments

Add the capability to access to the following Element attributes related to the scrolling:

  • https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollHeight
  • https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft
  • https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop
  • https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth

ASR-ASU avatar Apr 18 '24 20:04 ASR-ASU