Forms9Patch icon indicating copy to clipboard operation
Forms9Patch copied to clipboard

Simplify image management and text formatting in your Xamarin.Forms apps

Results 27 Forms9Patch issues
Sort by recently updated
recently updated
newest added

I noticed on UWP (haven't tested iOS or Android) that when a popup is currently visible (in my case a BubblePopup specifically, so it might not be universal) and CloseWhenBackgroundIsClicked...

Hi, How to set path to the image using data binding in XAML? I would like to to something like: ``` ``` Now only direct path is available. ``` ```...

enhancement

### Description Autofit Width works great on iOS and on some Android phones that have a OS font size setting of certain defaults. If you change the OS font size...

### Description Returning to a Xamarin Shell page where a Forms9 label has been shown and then hidden seems to cause a NullReferenceException. ### Steps to Reproduce ```c# ShellContent firstPage;...

### Description of the error When printing from WebView application crashes in Forms9Patch.UWP in file Label_Renderer.cs in routine GetDesiredSize because heightConstraint is infinite or NaN as reported by the debugger....

### Description Hi, we got a crash on production that seems to be caused by Forms9Patch. **Thanks to Eric Detoc from Microsoft** we have a suspected code that could cause...

### Description The button in question is a Back button that drives the Position property of a CollectionView. It should be always enabled, except when it's a first page of...