Resizing Widget 2.0 Pickerwheel Correctly

How should i go about to resize the pickerwheel correctly? I dont get it to work

local pickerWheel = widget.newPickerWheel { top = 300, overlayFrameWidth = 500, overlayFrameHeight = 400, separatorHeight = 400, backgroundHeight = 400, font = native.systemFontBold, fontSize = 28, --maskFile = "img/pickerWheelMask.png", columns = columnData, }

When doing this, the picker dont change the placement for the labels, so its only showing text in the bottom area, and its impossible to scroll to the last labels in the columns. And the property separatorHeight doesn’t change, its still the default height that is shown in the picker, no matter of the input value .

Is there someone who has got it to work properly with resizing the pickerwheel?