xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] [UWP] View cropped at the load time within CollectionView #14078

Open saravananmadhesh opened 3 years ago

saravananmadhesh commented 3 years ago

Description

Radio button or custom view which similar to radio button not updated properly for the first load time, and refreshed when we maximize the window.

Steps to Reproduce

  1. write below code and run the sample ` `

Expected Behavior

Radio button should be visible at the load time.

Actual Behavior

button or custom view not with in collection view.

Basic Information

Screenshots

image

Expected: image

Workaround

Works at list view or some other bindable layouts.

saravananmadhesh commented 3 years ago

CheckBox_IndeterminateState.zip Replication sample.