I can't seem to find the Sort property for a popup gallery so that the DropDown Gallery shows the items sorted by caption.
Greg Gum
www.GregGum.com
Hi Greg,
There's no sort property or functionality built into the tool, so you would need to add the items to the collection in a sorted order. You may also want to use groups and filtering if you're looking to improve the users experience when dealing with a larger list of items.
Hope this helps,
-Tony
Thanks Tony, this does help!
Greg
Tony Lombardo said: Hi Greg, There's no sort property or functionality built into the tool, so you would need to add the items to the collection in a sorted order. You may also want to use groups and filtering if you're looking to improve the users experience when dealing with a larger list of items. Hope this helps, -Tony