Access ListBox

aaron.orrell

Registered User.
Local time
Today, 00:04
Joined
Mar 16, 2004
Messages
10
Hi,

I am looking to programatically change labels outside the basic listbox when the user scrolls left or right. Does the Access Listbox control expose as a property indicating which field is [the left-most] visible when scrolling horizontally?

Maybe, possibly, using a call-back function?

Thanks,
Aaron
 
It has no such function. Why not just set the ColumnHeaders property to Yes?
 
Mile-O-Phile said:
It has no such function. Why not just set the ColumnHeaders property to Yes?

I want the user to be able to click on the label for sorting, etc.. I could use a list view for this purpose, but I like to work with controls native to access. I have notice that as you scroll left and right within a list box, it jumps a 'whole' field at a time. So, I thought that I could change labels programatically depending on which fields were visible. I seems like it would be a lot of overhead to accomplish this even if I knew which field was visible.

Do you know if when you click on a column header any information as to which column was clicked?

Kind regards,
 

Users who are viewing this thread

Back
Top Bottom