XamFormsExtended / Xfx.Controls

Xamarin Forms Extended Controls
MIT License
193 stars 79 forks source link

MbAutoCompleteTextField.Draw() throws InvalidCastException when XfxComboBox is not contained in a ScrollView #78

Open alsed42 opened 5 years ago

alsed42 commented 5 years ago

Bug

Affects

Expected Behavior

XfxComboBox can be drawn successfully on iOS even if not contained inside a ScrollView.

Actual Behavior

InvalidCastException thrown at MbAutoCompleteTextField.Draw() if XfxComboBox is not contained inside a ScrollView and then the app crashes (see attached stacktrace).

XfxComboBox_InvalidCastException_Stacktrace.txt

Steps to reproduce the Behavior