Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a list box with certain values arranged in acending order (showing the values in a single row)
When I select one of the option, the selected value is moving to right side of the list box and it is breaking the order in which it was ordered before.
Any suggestions ?
Thanks,
Nirmal.
Change the sort order of the listbox from Ascending (or Descending?) to Auto Ascending.
ListBox Properties -> Sort->
1. If you check 'State' = 'Auto Ascending' -> Selected value appears first in the listBox. You can uncheck this checkbox if you don't wish to change sort order depending on selection change .
2. If you check 'Text'= 'Ascending' ->Listbox will be sorted in ascending text order.