I used to run this w/o a problem but now saying there is no SuggestionSource property. I am migrating my AddIn to 3.0/.Net6. I check the documentation. I didn't find any info that says SuggestionSource replaced/removed.
https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic15062.html
https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic15120.htmlhttps://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic15062.html
Does anyone know what might be the issue?
<controls:SearchTextBox x:Name="SearchLayersBox" Height="23" Width="212" Margin="5,5,5,10" Grid.Row="0" Grid.Column="0"
VerticalAlignment="Top" InfoText="Search layers here"
SearchMode="Auto" ShowHistory="True" SuggestionListMax="15"
ToolTip = "{Binding SearchLayersBoxToolTip, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SearchLayersBoxText, UpdateSourceTrigger=PropertyChanged}"
SuggestionSource="{Binding SearchLayersBoxSuggestionSource, UpdateSourceTrigger=PropertyChanged}"
/>