Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150899 | Jan 23,2020 03:37 PM UTC | Jan 27,2020 12:08 PM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfAutoComplete |
<autocomplete:SfAutoComplete
x:Name="autoComplete" EnableAutoSize="True" DataSource="{Binding EmployeeCollection}" SelectionChanged="AutoComplete_SelectionChanged" DisplayMemberPath="Name"
AutoCompleteMode="SuggestAppend"
SuggestionMode="Contains"
MultiSelectMode="Token"
TokensWrapMode="Wrap"
TextHighlightMode="MultipleOccurrence"
HighlightedTextColor="Red"
EnableSelectionIndicator="true"
IsSelectedItemsVisibleInDropDown="false"
TextSize="12"
MaximumSuggestion="3"
NoResultsFoundText=""
MinimumPrefixCharacters="3"
HeightRequest="50"
ShowClearButton="True" />
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.