skip to main content

Controls Reference : ENTRY-FIELD : Properties : Visible-Proposal-Count

Visible-Proposal-Count
This property specifies how many items must be visible in the list of proposals and in consequence the height of that list. If the number of matching proposals is greater than the value of this Property, then scroll-bars are shown.
 
Example - Define an entry-field control with a proposal list and limit the visible list count
screen section.
  03 screen-1-ef-3 Entry-Field
     line 35.8
     column 49.7
     size 11.6 cells 
     lines 3.5 cells 
     proposal-delay 400
     visible-proposal-count 3
procedure division.
  modify screen-1-ef-3
         proposal "rome"
         proposal "romania"
         proposal "romantic"
         proposal "ron"
         proposal "roll"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left