Panel scroll position

0
1

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.

  • You must to post comments
0
0

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.

  • Luca (ITG)
    That’s the correct behavior. Mouse wheel works.
  • Adrian Zagar
    OK. What can I do to set the scrolling position of the panel?
  • You must to post comments
0
0

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

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.