End Google Ads 201810 - BS.net 01 --> Hi all,

I've been trying to solve this problem for a while, and no amount of researching or googling appears to be helping! This may not sound completely logical, but I have my reasons for it (I'm converting a very old Delphi program)...

Basically, I wish to display a ComboBox in the ComboBoxStyle.Simple mode, without showing the list portion.

At the moment, I have a property called 'zEnabled'. When this is true, the ComboBox should work 'normally' (i.e. an arrow and a droplist). When it is set to false, the user should still be able to scroll through the options, but not drop the list.

So ideally, for zEnabled = true, I have ComboBoxStyle.DropList, and for zEnabled = false, I have ComboBoxStyle.Simple, but with the list not being visible.

Any help/suggestions greatly appreciated.