Not able to drag vertical scroll bar fast and free

  • Thread starter Thread starter Intui_Sol
  • Start date Start date
I

Intui_Sol

Hello,

I have a simple question that regarding the vertical scroll bars in an
MS Access form. What is property name to set the scroll bar for a more
free drag experience?
 
Not sure what you are asking. The scroll bar is larger (more free space)
when more records are available, and smaller (less free space) when fewer
records are available. I don't believe that you can control that.
 
I actually cannot click on the scroll bar and drag it up and down. I
can only use my mouse roller to scroll up and down. I forgot to
mention this is a listbox within the form.
-------------------------------------------------------------------------------------------------------------------
 
In the form's Load event do something like:

Dim lTmp As Long
lTmp = Me.NameOfYourListBox.ListCount


This forces Access to synch the ScrollBar to the actual number of rows it
will be displaying.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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

Back
Top