I have a list box which shows a company code and name. But the list box shows in a small side bar and only the listbox is only wide enough to display the company code on the screen:
---------
| ACC01 |
| ADV01 |
---------
When you click the drop down arrow I want the list to be wider and show the code and name:
--------------------------------
| ACC01 | Accord Company Inc |
| ADV01 | Advanced Company Inc |
--------------------------------
Any ideas how I can get this to work?
---------
| ACC01 |
| ADV01 |
---------
When you click the drop down arrow I want the list to be wider and show the code and name:
--------------------------------
| ACC01 | Accord Company Inc |
| ADV01 | Advanced Company Inc |
--------------------------------
Any ideas how I can get this to work?