Listview

francoiss

Registered User.
Local time
Today, 08:55
Joined
Mar 6, 2007
Messages
14
I have a listview with 3 columns.
I want these columns to be resizable, that is, the user can move or resize the column to whatever size he/she wants.

How can I do this in ms access? :confused:

Please help. :)

Thanks!
 
This isn't really feasible within Access. You can set column widths via code, but the control doesn't allow for clicking and dragging the columns or sizing within the control itself. From my experience, it would be a very intense coding nightmare to implement.

You might find an ActiveX control that would do the job, but I stay away from most ActiveX controls as they can be a MISSING reference nightmare between machines.
 

Users who are viewing this thread

Back
Top Bottom