Hello,
Can the sfPicker be customized to include buttons and a text input field?
I have need of a custom popup where the user can select from a row of buttons that behave like radio buttons where only one can be selected at a time THEN allow the user to input short text. I pass the selected item and text back to the parent and use that... There might even be a need for a List in the popup too.
I've used this: https://github.com/rotorgames/Rg.Plugins.Popup where any form can be a popup.
My issue with that is it is github, largely unsupported and susceptible to breaking through changes to any OS.
----
Can the SfListView items be reordered by dragging? I thought that was imminent or pending?
I load a List with .png images then allow the user to rearrange them and save the order.
There is a github proj that works well but only in Android AND your biggest competitor has such functionality.
I'm trying to not use too many controls/tools from multiple 3rd parties.
Thanks