Hi, you can do that but it's pretty hard to implement. If you look at the source code of AutoComplete it's pretty much filled to the brim with hacks to get all the nuances working. The current auto complete doesn't allow nested scrolling since the parent form would grab the scroll events so this isn't something we did there either.
On Monday, November 2, 2020 at 5:24:39 AM UTC+2 [email protected] wrote: > Hi, > > My idea is to simulate the "AutoCompleteTextField" component. > Because I do it with a set of containers: In each element or container I > save a record from the database in the client properties. This makes it > easier for me to manage the programming because there may be products with > the same name but different coding. Additionally I can create a special > design for the container that represents each record. If an element is > selected I can modify the container and expand or minimize information. > > From everything she wrote to me, I am not sure how I make the container > slide vertically. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/6855395f-a3b3-4b65-aedb-fc335c5803bbn%40googlegroups.com.
