I am developing a custom list-search tool. I have multiple custom properties to retain which list the search queries, as well as which fields to query in the search.
EXAMPLE UI
DROPDOWN(Selected fields in list) TEXTBOX(Query) SEARCHBUTTON
My issue is that when loading the WebPart, the "Fields to Search" property is being set before the "List to Search" property, which causes and error as I have a check to make sure the Fields actually exist in the correct list before adding them to the dropdown.
Is there any way to designated which order the web part properties get set in on load?