AFAIK, no. There is an unmanaged way by watching in the parent's
'WndProc' for 'WM_CTLCOLORLISTBOX' and obtaining the listbox's handle
there. Then you can use 'LB_SETHORIZONTALEXTENT' to set the scrollbar.
ok well for the short term I am testing the length of the dataset
string that is passed into the combo and setting the width so the user
can see all the text.