FreakyAli / Maui.FreakyControls

FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
MIT License
294 stars 36 forks source link

It would be nice to be able to change the width of the FreakyAutoCompleteView list once it is displayed without needing to change the width of the control #138

Open bcarballa opened 3 months ago

bcarballa commented 3 months ago

Hi, I'm trying to create an app where screen space is very limited (my bad), and it would be nice to be able to enlarge the size of the list only while the user is selecting an option. The only way I can find right now is to change the width of the entire control.

FreakyAli commented 3 months ago

I will have to make a bunch of native changes for this, I am not sure when this will be done or how doable even this is so you might have to wait for a while for this one.

To clarify if you add something visual that shows what you need it generally helps

bcarballa commented 3 months ago

Thank you for responding so quickly. Here, I am sending you a screenshot of an old app programmed in Swift. Thanks again. I was only mentioning it as a desirable feature, but so far the kit is working wonderfully for me. image