Page 1 of 1

How can I enable the scrollbars to always be displayed in DC DIALOG?

Posted: Thu Apr 03, 2025 8:35 am
by digitsoft
Hi Roger
How can I enable the scrollbars to always be displayed in DC DIALOG?

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

Posted: Fri Apr 04, 2025 6:24 pm
by rdonnay
I believe that I did this sometime in the past but don't remember where the code is.

I will look around for it.

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

Posted: Fri Apr 04, 2025 6:37 pm
by rdonnay
Try This:

DCGETOPTIONS RESIZE SCROLLBARS XBP_SCROLLBAR_VERT + XBP_SCROLLBAR_HORIZ

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

Posted: Mon Apr 21, 2025 7:22 am
by digitsoft
Good morning, Roger.
The scroll bar is no longer visible with these settings.

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

Posted: Mon Apr 21, 2025 11:25 am
by rdonnay
The scroll bar is no longer visible with these settings.
I don't understand your comment.

Look at the Relocate.Prg sample program in \exp20\samples\resize folder.