Listbox update
Have a fully programmable listbox with events like comctl listbox and treeview we had. Sizable columns, header click, sorting, image support.

Hi Yossi,
Thanks for posing on Access UserVoice.
We are not quite sure we fully understand the suggestion here.
Could you elaborate and provide more details?
Thanks,
Michal [MSFT]
9 comments
-
Ben Sacheri commented
As a work around I assembled some code into a class module that will add features to any Listbox so the column headings will sort when clicked and the column widths are adjustable (to some degree)
Adding the class and a few lines of code to your form will enable these features to any existing listbox. See the instructions at the top of the code:
-
JeffK commented
I'm voting for this assuming listview is what was meant. It is pretty easy to replicate the comctl treeview using native Access controls. Listview is much more difficult. The lack of a 64 bit alternative to the 32 bit listview is a blocker for me considering 64 bit Office.
-
Klaus Oberdalhoff commented
I think was meant here is a listView not a listBox
-
Yossi commented
Hi Michal, As a reference point, aren't you familiar with mscomctl.dll which contains a listbox control? It was part of windows until W10.
It was 32bit and is not supported in 64bit office.
-
Patrick Headley commented
Make it so selections can be made by row or column or not at all. Make it possible to modify the display format by row/column or individual cell, such as forground and background color. Add alternate row shading with selected row shading. Something like a data sheet view with the ability to double-click an entire row to make a selection and also conditional formatting options would be nice.
-
Anonymous commented
Why lose functionality when you pay
-
Yossi commented
@Dolly - thanks for your feedback. I would never employ a listbox with 10K rows - as you stated - loading it would take some time and network bandwidth.
I was referring to the tree control where 1 record could represent many nodes and columns of sub-data. That's why I referenced NODES, not RECORDS.
This all being said, I am just requesting what is currently out in the marketplace with 3rd party controls.
-
[Deleted User] commented
What would anyone want to display 10K+ records in a listbox? Do you realize the wasted bandwidth you would be using! You have to develop a little smarter than blindly pulling everything available to you. You set some parameters/criteria so the user filters and only returns what they need.
Don't get me wrong, the general request isn't bad, but asking to support 10K+ records is ludicrous!
-
Yossi commented
..fast and supports 10k+ nodes in tree view