Disable scrolling in Dataview
Hey !
quick question
I want to disable the whole scrolling in my dataview not only the scrollbar
is that possible?
Thanks again and have a nice weekend!
Regards
Antoni Theodorou
Answers
-
Hi Antoni Theodorou, I would just put a transparent label over the top of my dataview. You would need to be careful about positioning the label over row descriptions as this would also prevent drill.
3 -
Hi Phil Marshall, nice trick!
0 -
Hello Phil Marshall,
so there is no real function to stop the scrolling in a dataview?
It makes a dashboard with various little dataviews unhandy to use.
KR
AF
0 -
Hello Annika Fava,
Let's say your dataview has only 2 rows + 1 header (example), and you set the dataview or screen selections so, that you are sure no more rows will come, then you can set a "too high" width and height, so that even a mouse scrolling has no effect:
I hope i understood what you mean with
real function to stop the scrolling in a dataview
If not, you could post a screenshot to illustrate your need.
1 -
Hello it,
in my case it always looks like -> pls see pic.
Even if I increase the with and height of the dataview.
And sorry for not mentioning I only have this proplem in the web not with the client.
KR
AF
0 -
ok, trying your case with the web client brings the issue you describe.
The only case where scrolling has no impact is when the dataview has only 1 row (no entity set by row in the axes). In all other cases, scrolling with the mouse moves the dataview's rows up and down.
I guess you cannot say "use the windows client", so maybe you can have dataviews with 1 row only (since it is for a dashboard, it may be enough).
0