| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Properties >====== AllowUnfilled (display filled list) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[activeinvisible obscured browse list action .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[arrowaction edit in place action on arrow key .htm|{{btn_next_n.gif|Next page}}]] | | || | | **AllowUnfilled** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **AllowUnfilled **property indicates whether to always display a "full" list, or to allow a partially filled list when the result set "ends" in mid-list. A value of one (1) displays a partially filled list and improves performance by suppressing any additional reads needed to fill the list; a value of zero (0) always displays a filled list. Setting AllowUnfilled to one (1) improves performance for browse lists, especially for those using SQL data. **Implementation:** The ResetQueue method implements the behavior specified by the AllowUnfilled property. **See Also:**     [[resetqueue fill or refill queue .htm|ResetQueue]]