ValueListBox doesn't implement HasEnabled interface, so I can't disable/enable it.
And although ListBox implements HasEnabled, method getListBox is private in ValueListBox. So I cannot get inner listBox, to disable it.
Anyone knows how to solve this problem? Thanks in advance.