The height of the dropdownDW in a datawindow is altered when a filter is performed.
For example, if I set Lines In DropDown to 30 in the painter. It shows 30 lines, when expanded, regardless of the actual rows in the control.
If I do a filter e.g.
dwc.setfilter(ls_filterstring)
dwc.filter()
Then the height (lines) of the dropdown window is set to the actual number of rows and not according to the control value at 30.
Checking the "Lines In DropDown" value at runtime it still holds 30, but the control does not perform accordingly in the GUI.
I presume this is a bug with the dddw, but are there any known workarounds?
I am using PB 12.5 Classic