Hello,
I use VPE 6.1 C#.
I have a VPE Control on a Win-Form, where a vpe preview is shown.
I need to remember the current Preview Position Y coordinate (vertical Scroll Position) in order to set it later again.
I have the option to set the preview position by the function SetPreviewPosition. This works very well.
My problem is now, I cant find any opportunity to get the preview position. There is not GetPreviewPosition function, and also other properties like VerticalScroll.value dont work.
Can someone help me? Is there any way to read the current preview position?
Thanks a lot.