Control bar align

  • Thread starter Thread starter Bob Darlington
  • Start date Start date
B

Bob Darlington

Using Access 2010.
When I set the Control Bar Align property to 'Left' for a List Box using the
Property Sheet, nothing happens.
The scroll bar continues to display to the right side of the List Box.
I've also tried VBA (Me!lstControl.ScrollbarAlign = 2) with no effect.
I'm obviously missing something, but what?
 
This is tied in with the form's orientation property. If form orientation
is right to left then scrollbar will be on left side.

Damon
 

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