Skip to content

This repository contains a sample demonstrating of customizing the dropdown's placement in .NET MAUI AutoComplete.

SyncfusionExamples/How-to-customize-the-dropdowns-placement-in-DOTNET-MAUI-AutoComplete-SfAutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

How-to-customize-the-dropdowns-placement-in-.NET-MAUI-AutoComplete-SfAutoComplete

This repository contains a sample demonstrating of customizing the dropdown's placement in .NET MAUI AutoComplete.

DropdownPlacement support in .NET MAUI Autocomplete (SfAutocomplete)

We can change the dropdown's position in SfAutoComplete by changing the DropdownPlacement value.By adjusting this DropdownPlacement value, you can control the dropdown's position to better suit the design and functionality of your application.

The following code example illustrate how to set DropdownPlacement in SfAutocomplete.

XAML

<editors:SfAutocomplete DropDownPlacement ="Top"
                        HeightRequest="40"
                       WidthRequest="200">
    <editors:SfAutocomplete.ItemsSource>
        <x:Array Type="{x:Type x:String}">
            <x:String>Telegram</x:String>
            <x:String>Televzr</x:String>
            <x:String>Tik Tok</x:String>
            <x:String>Tout</x:String>
            <x:String>Tumblr</x:String>
            <x:String>Twitter</x:String>
        </x:Array>
    </editors:SfAutocomplete.ItemsSource>
</editors:SfAutocomplete>

About

This repository contains a sample demonstrating of customizing the dropdown's placement in .NET MAUI AutoComplete.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages