Skip to main content

List box UNSORTED

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Is it possibile to modify list box property UNSORTED, to have a sorted list box?

Resolution:

Once the listbox style is set to UNSORTED it cannot be reset to the default sorted style.

You must destroy the UNSORTED listbox and then rebuild it with the default style.

Or you could define two identical listboxes in the same space, give one of them the UNSORTED style, and add items to both. Then using the VISIBLE property, reveal whichever you want the user to see.

Old KB# 2772