Scrollbar issue... wider?

R

rci

Hi all,

The scroll bars on the userform text box are too small for a touchscreen...
I need the bar to be wider, and the buttons to be larger.

In short, I need to control the scrolling of a text box with a very large
finger, so I need big controls.

Now...

If the scroll bar size can NOT be changed... then I am perfectly willing to
do the scrolling with a spinbutton, which I *can* size.... problem is, how
to cause the textbox to scroll using the spinbutton?

Attempts to do this result in failure due to the fact that the textbox will
not scroll unless it has focus! And of course the spinbutton requires focus
too... so... well, the two controls are at an impass.

This will take someone smarter than I to solve...

Thanks in advance!
 
J

Jim Rech

Scrollbar width is a Windows setting. Right-click desktop, Properties,
Appearance, Advanced.

--
Jim
| Hi all,
|
| The scroll bars on the userform text box are too small for a
touchscreen...
| I need the bar to be wider, and the buttons to be larger.
|
| In short, I need to control the scrolling of a text box with a very large
| finger, so I need big controls.
|
| Now...
|
| If the scroll bar size can NOT be changed... then I am perfectly willing
to
| do the scrolling with a spinbutton, which I *can* size.... problem is,
how
| to cause the textbox to scroll using the spinbutton?
|
| Attempts to do this result in failure due to the fact that the textbox
will
| not scroll unless it has focus! And of course the spinbutton requires
focus
| too... so... well, the two controls are at an impass.
|
| This will take someone smarter than I to solve...
|
| Thanks in advance!
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top