When you add a (multselect) list control, it is rendered to show 4 items and a vertical scrollbar (when there are more than 4 choices). Using custom JavaScript I've nearly tried everything (any combination to get to the <select> element in order to change its size attribute/property from 4 to a higher number) to get it changed to show e.g. 8 or 10 items along with the vertical scrollbar (in case of more items), but nothing seems to work.
When using the browser's Developer pane, I can change the size value visually resulting in more items visible in the list control.
It would be nice if the Nintex form rendering engine would resize the selection window to fit the control's height.