Open danroth27 opened 5 years ago
@SteveSandersonMS, I assume there is currently no parameter passed to the scroll event handler, which represents this information?
It will be great if scroll event will provide all necessary data.
Before that you can check this blazor scrollbar component prototype, svg based, no js.
I still wonder f there is any way to get the scrollTop without using JS. Anyone knows?
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Any update on passing properties to the EventArgs object ?
Kind of related; just wanted to reference https://developer.mozilla.org/docs/Web/API/MouseScrollEvent. This API has been deprecated.
Is this problem so difficult that it will last four years and still remain unsolved ?
From @thainbreese on Thursday, 07 February 2019 07:40:21
Hi
I am going to build a scroll view component without using JS interop. The view and scroll bar is separated so I want to know the scroll position in the scroll bar. How can I know the scroll position in onscroll event?
Copied from original issue: aspnet/Blazor#1783