AutoSuggestBox: Add text visual properties
See original GitHub issuepublic class AutoSuggestBox
{
public Xamarin.Forms.Color PlaceholderTextColor { get; set; } // Completed
public Xamarin.Forms.Color TextColor { get; set; } // Completed
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FontSizeConverter))]
public double FontSize { get; set; } // TODO
public string FontFamily { get; set; } // TODO
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Guidelines for auto-suggest boxes - Windows apps
Learn how to use an AutoSuggestBox to provide a list of suggestions for a user to select from as they type.
Read more >How to set the text of an Auto Suggest box from c# in ...
Fount the solution: In xaml code we need to set the TextMemberPath(property of the model) and then finally set the text in QuerySubmitted...
Read more >Getting Started with WPF AutoSuggestBox
RadAutoSuggestBox allows you to visualize a list of search results on demand when you enter text. When the text in the control changes,...
Read more >Using the AutoSuggestBox in UWP App - Developer Publish
The AutoSuggestBox control lets the user to type few characters and display the list of suggestions where the user can select from the...
Read more >dotMorten.Xamarin.Forms.AutoSuggestBox 1.1.1
Represents a text control that makes suggestions to users as they type. The app is notified when text has been changed by the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, is there any update on FontSize property?
It’s where I think XF went down the wrong path, and this being my repo I’m free to choose the pattern I find right.
Also it’s a breaking change I’m not up for making