|
<NavigationPage.TitleView> <Grid BackgroundColor="Transparent"> <Grid.RowDefinitions> <RowDefinition Height="40"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> <ColumnDefinition Width="30"/> </Grid.ColumnDefinitions> <auto:SfAutoComplete Grid.Column="0" Watermark="Search Google or type a URL" x:Name="autoComplete"/> <Image BackgroundColor="Black" Grid.Column="1" Source="search.png"/> </Grid> </NavigationPage.TitleView> |
Please let us know, if you have any other concerns.
Regards,
Ruba Shanmugam