question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AutoSuggestBox: Add text visual properties

See original GitHub issue
public 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:open
  • Created 5 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
federicojoseluciacommented, Mar 23, 2020

Hi, is there any update on FontSize property?

0reactions
dotMortencommented, May 2, 2019

basing the design on a single native control, rather than an abstract UI concept

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found