Hi,
I have a panel with autoscroll=true (and scrollbars=none because I want to use MouseWheel events). I want to programmatically set the scroll position. In winforms I can to that with
Panel1.AutoScrollPosition = New Drawing.Point(…)
In Wisej there is no efect. Please advice.
That’s what I’m trying. Scrollbars=none and I can get the mouse wheel events. And I can zoom my picture (and that’s working either). What I can’t do is that: I have the panel and some controls that are (partially) outside the boundary. I want programmatically to “move the scrollbars” of the panel. In Winforms I’m getting this by setting Panel1.AutoScrollPosition. Here it’s not working.
Hi
Sadly you can´t control the scrolling from the server
Mouse wheel is already supported
Maybe as workaround you can set scrollbar=Hidden and
use the mouse wheel to scrollbar the panel
Regards
Please login first to submit.