You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on the PickerField for Uranium in Windows for the first time, all the options appear and occupy the entire field. However, when I click a second time, the selection area decreases in size, and I the options shows only if I click very close to the label.
First attempt (The picker shows items if you click anywhere in the PickerField.)
Other attempts (The picker shows items if you click very close to the title. However, if you click on the title or farther away, the options do not appear.)
When I click on the PickerField for Uranium in Windows for the first time, all the options appear and occupy the entire field. However, when I click a second time, the selection area decreases in size, and I the options shows only if I click very close to the label.
First attempt (The picker shows items if you click anywhere in the PickerField.)
Other attempts (The picker shows items if you click very close to the title. However, if you click on the title or farther away, the options do not appear.)
Xml Code
`
`
CodeBehind
`namespace MyUraniumProject
{
public partial class MainPage : ContentPage
{
public ObservableCollection List { get; set; }
}`
The text was updated successfully, but these errors were encountered: