Scrollbar

Discussions about image processing and document imaging.
Post Reply
Ljosse
Posts: 12
Joined: Fri Sep 18, 2009 11:32 am

Scrollbar

Post by Ljosse » Mon Mar 15, 2010 7:09 pm

Hello,

What is the method to disable the scroolbar in the menu ?

Thanks,

L.JOSSE

Tom Moran
Posts: 102
Joined: Thu May 24, 2007 9:41 am
Location: Phoenix, Arizona

Re: Scrollbar

Post by Tom Moran » Tue Mar 16, 2010 4:49 am

Scrollbars is a property of the GdViewer. Set to True for scrollbars or to False for no scrollbars.

Tom

joeltom21
Posts: 1
Joined: Tue Feb 04, 2020 5:42 pm

Re: Scrollbar: C++/VC++ Disable only Vertical ScrollBar and Keep Horizontal ScrollBar

Post by joeltom21 » Tue Feb 04, 2020 5:51 pm

I see that that PutScrollBars(FALSE) will disable both vertical and horizontal scroll bar. In my case I need to disable only the vertical scroll bar and keep the horizontal scroll bar intact. Is there a way to achieve it?

Or is there a way to hide the vertical scroll bar alone? All help on this much appreciated

Thanks,
Joel

loicaigon
Posts: 35
Joined: Mon Oct 21, 2019 9:11 am

Re: Scrollbar

Post by loicaigon » Mon Feb 10, 2020 11:07 am

Hi Joel,

Thanks for getting in touch with us. Let me check with engineers and come back to you asap!

Best regards,

Hugo
Posts: 227
Joined: Tue Dec 18, 2018 10:09 am

Re: Scrollbar

Post by Hugo » Mon Feb 10, 2020 2:19 pm

Hi Joel,

When you use GdViewer1.ScrollBars = true; this will display both scrollbars. We do not have any methods for enabling/disabling 1 at a time.

This instruction will allow you to visualize which Scrollbars are currently visible.
>if ((GdViewer1.HScrollVisible == false) || (GdViewer1.VScrollVisible == false))

Regards,

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest