-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Suggested lists in IOS may limit height #48
Comments
Is there any presedence for this elsewhere in iOS? Do you have screenshots of others apps doing this? |
@hungthe50 Can share how you make the column into 2? |
The above screenshot is from a Windows Phone. I'd like to see other apps on iOS specifically that does these auto complete lists and don't go all the way down (the control is meant to match the UX patterns of the platform, not to look the same across different platforms) |
|
@gutierrezralph No I copy example on internet, I wan't limit height the suggested list like it in IOS |
Is there any way for us to use a custom renderer or set a value on the autosuggestbox to force it to behave on iOS as it does on Android? i.e. only display as many rows as there are items, with no empty rows causing it to stretch to the bottom of the screen. |
+1 |
@amartsineuskigodeltech not sure how to address this. iOS constraints are still magic to me. But it's bottom location is handled by this line: https://github.com/dotMorten/XamarinFormsControls/blob/484b77966a16326655075155d7915d6ca2b06caf/AutoSuggestBox/Platform/NativeAutoSuggestBox.iOS.cs#L199 |
hi doMorten, |
The Suggested lists in IOS may limit height, or height limit according to the number of items as on Android, instead of stretching the entire screen
Thank you
The text was updated successfully, but these errors were encountered: