xamarin/Xamarin.Forms

IsVisiblity of Entry is not working inside the Custom Renderer of Grid

Offen

#4.418 geöffnet am 15.11.2018

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/customrenderere/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

I have Custom class for Grid and Entry.

Custom Grid has been added on the Xaml page.

When using the Custom Renderer for the Grid, im using the Custom Entry on it. When using the IsVisiblity property of it. it is not working.

Note: Where as the IsEnabled property worked.

Steps to Reproduce

  1. Run the sample.
  2. You can notify the Entry with red back ground.

Expected Behavior

Entry is visible on the screen.

Actual Behavior

Entry should not viewed on the screen.

You can download the sample for the same from this link : Sample.zip

Contributor Guide