-
Hi, I'm wondering if it'd be possible to include an Input Widget in an entry of a SelectionList. Something like in HTML with the I had thought Rich's Any suggestions on how to include an Input Widget next to the prompt in a SelectionList? Or is there a better approach for this? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The SelectionList can't contain other widgets. Depending on what you want to do you may find ListView (which can) is more what you're after. |
Beta Was this translation helpful? Give feedback.
The SelectionList can't contain other widgets. Depending on what you want to do you may find ListView (which can) is more what you're after.