Setting the pageSize() on a ListPromptBuilder has no effect.
It's value is passed on to ListChoice in ListPromptBuilder.addPrompt() but is afterwards never used.
(A simple full code search will show getPageSize() is never called. It also shows the same method in Checkbox is also never used)
Setting the
pageSize()
on aListPromptBuilder
has no effect. It's value is passed on toListChoice
inListPromptBuilder.addPrompt()
but is afterwards never used. (A simple full code search will showgetPageSize()
is never called. It also shows the same method inCheckbox
is also never used)