I’ve been having some difficulties with setting the height of a listbox.
Code like this…
listbox1.Height = some_number;
… works only for some numbers. It seems that height of listbox may be only multiplication of height of its element. Is there a way how to “override” this behaviour?
Try,